@@ -39,6 +39,7 @@ S3method(report,brmsfit)
39
39
S3method(report,character)
40
40
S3method(report,compare.loo)
41
41
S3method(report,compare_performance)
42
+ S3method(report,coxph)
42
43
S3method(report,data.frame)
43
44
S3method(report,default)
44
45
S3method(report,estimate_contrasts)
@@ -64,6 +65,7 @@ S3method(report_effectsize,anova)
64
65
S3method(report_effectsize,aov)
65
66
S3method(report_effectsize,aovlist)
66
67
S3method(report_effectsize,brmsfit)
68
+ S3method(report_effectsize,coxph)
67
69
S3method(report_effectsize,default)
68
70
S3method(report_effectsize,glm)
69
71
S3method(report_effectsize,glmmTMB)
@@ -80,6 +82,7 @@ S3method(report_info,anova)
80
82
S3method(report_info,aov)
81
83
S3method(report_info,aovlist)
82
84
S3method(report_info,brmsfit)
85
+ S3method(report_info,coxph)
83
86
S3method(report_info,default)
84
87
S3method(report_info,glm)
85
88
S3method(report_info,glmmTMB)
@@ -93,6 +96,7 @@ S3method(report_info,survreg)
93
96
S3method(report_info,zeroinfl)
94
97
S3method(report_intercept,MixMod)
95
98
S3method(report_intercept,brmsfit)
99
+ S3method(report_intercept,coxph)
96
100
S3method(report_intercept,default)
97
101
S3method(report_intercept,glm)
98
102
S3method(report_intercept,glmmTMB)
@@ -108,6 +112,7 @@ S3method(report_model,anova)
108
112
S3method(report_model,aov)
109
113
S3method(report_model,aovlist)
110
114
S3method(report_model,brmsfit)
115
+ S3method(report_model,coxph)
111
116
S3method(report_model,default)
112
117
S3method(report_model,glm)
113
118
S3method(report_model,glmmTMB)
@@ -127,6 +132,7 @@ S3method(report_parameters,aovlist)
127
132
S3method(report_parameters,brmsfit)
128
133
S3method(report_parameters,character)
129
134
S3method(report_parameters,compare_performance)
135
+ S3method(report_parameters,coxph)
130
136
S3method(report_parameters,data.frame)
131
137
S3method(report_parameters,default)
132
138
S3method(report_parameters,factor)
@@ -147,6 +153,7 @@ S3method(report_parameters,test_performance)
147
153
S3method(report_parameters,zeroinfl)
148
154
S3method(report_performance,MixMod)
149
155
S3method(report_performance,brmsfit)
156
+ S3method(report_performance,coxph)
150
157
S3method(report_performance,default)
151
158
S3method(report_performance,glm)
152
159
S3method(report_performance,glmmTMB)
@@ -177,6 +184,7 @@ S3method(report_statistics,aovlist)
177
184
S3method(report_statistics,brmsfit)
178
185
S3method(report_statistics,character)
179
186
S3method(report_statistics,compare_performance)
187
+ S3method(report_statistics,coxph)
180
188
S3method(report_statistics,data.frame)
181
189
S3method(report_statistics,default)
182
190
S3method(report_statistics,factor)
@@ -203,6 +211,7 @@ S3method(report_table,bayesfactor_models)
203
211
S3method(report_table,brmsfit)
204
212
S3method(report_table,character)
205
213
S3method(report_table,compare_performance)
214
+ S3method(report_table,coxph)
206
215
S3method(report_table,data.frame)
207
216
S3method(report_table,default)
208
217
S3method(report_table,estimate_contrasts)
@@ -233,6 +242,7 @@ S3method(report_text,bayesfactor_models)
233
242
S3method(report_text,brmsfit)
234
243
S3method(report_text,character)
235
244
S3method(report_text,compare_performance)
245
+ S3method(report_text,coxph)
236
246
S3method(report_text,data.frame)
237
247
S3method(report_text,default)
238
248
S3method(report_text,estimate_contrasts)
0 commit comments