We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d87e45 commit 172541cCopy full SHA for 172541c
R/surv_reg_data.R
@@ -29,6 +29,13 @@ set_fit(
29
)
30
31
32
+set_encoding(
33
+ model = "surv_reg",
34
+ eng = "flexsurv",
35
+ mode = "regression",
36
+ options = list(predictor_indicators = TRUE)
37
+)
38
+
39
set_pred(
40
model = "surv_reg",
41
eng = "flexsurv",
@@ -92,6 +99,13 @@ set_fit(
92
99
93
100
94
101
102
103
104
+ eng = "survival",
105
106
107
108
95
109
96
110
97
111
eng = "survival",
0 commit comments