@@ -178,6 +178,7 @@ S3method(find_formula,poissonmfx)
178178S3method(find_formula,probitmfx)
179179S3method(find_formula,rlmerMod)
180180S3method(find_formula,rma)
181+ S3method(find_formula,sdmTMB)
181182S3method(find_formula,selection)
182183S3method(find_formula,sem)
183184S3method(find_formula,stanmvreg)
@@ -304,6 +305,7 @@ S3method(find_parameters,rms)
304305S3method(find_parameters,rqs)
305306S3method(find_parameters,rqss)
306307S3method(find_parameters,scam)
308+ S3method(find_parameters,sdmTMB)
307309S3method(find_parameters,selection)
308310S3method(find_parameters,sem)
309311S3method(find_parameters,sim)
@@ -329,6 +331,7 @@ S3method(find_predictors,default)
329331S3method(find_predictors,fixest)
330332S3method(find_predictors,insight_formula)
331333S3method(find_predictors,logitr)
334+ S3method(find_predictors,sdmTMB)
332335S3method(find_predictors,selection)
333336S3method(find_random,afex_aov)
334337S3method(find_random,default)
@@ -577,6 +580,7 @@ S3method(get_dispersion,model_fit)
577580S3method(get_family,default)
578581S3method(get_family,list)
579582S3method(get_family,model_fit)
583+ S3method(get_family,sdmTMB)
580584S3method(get_intercept,default)
581585S3method(get_intercept,stanreg)
582586S3method(get_loglikelihood,afex_aov)
@@ -743,6 +747,7 @@ S3method(get_parameters,rms)
743747S3method(get_parameters,rqs)
744748S3method(get_parameters,rqss)
745749S3method(get_parameters,scam)
750+ S3method(get_parameters,sdmTMB)
746751S3method(get_parameters,selection)
747752S3method(get_parameters,sem)
748753S3method(get_parameters,sim)
@@ -794,6 +799,7 @@ S3method(get_predicted,prcomp)
794799S3method(get_predicted,principal)
795800S3method(get_predicted,rlm)
796801S3method(get_predicted,rma)
802+ S3method(get_predicted,sdmTMB)
797803S3method(get_predicted,stanreg)
798804S3method(get_predicted,survreg)
799805S3method(get_predicted,zeroinfl)
@@ -963,6 +969,7 @@ S3method(get_statistic,rq)
963969S3method(get_statistic,rqs)
964970S3method(get_statistic,rqss)
965971S3method(get_statistic,scam)
972+ S3method(get_statistic,sdmTMB)
966973S3method(get_statistic,selection)
967974S3method(get_statistic,sem)
968975S3method(get_statistic,summary.lm)
@@ -1055,6 +1062,7 @@ S3method(get_varcov,probitmfx)
10551062S3method(get_varcov,robmixglm)
10561063S3method(get_varcov,rq)
10571064S3method(get_varcov,rqs)
1065+ S3method(get_varcov,sdmTMB)
10581066S3method(get_varcov,selection)
10591067S3method(get_varcov,tobit)
10601068S3method(get_varcov,truncreg)
@@ -1205,6 +1213,7 @@ S3method(link_function,robmixglm)
12051213S3method(link_function,rq)
12061214S3method(link_function,rqs)
12071215S3method(link_function,rqss)
1216+ S3method(link_function,sdmTMB)
12081217S3method(link_function,serp)
12091218S3method(link_function,speedglm)
12101219S3method(link_function,speedlm)
@@ -1336,6 +1345,7 @@ S3method(link_inverse,robmixglm)
13361345S3method(link_inverse,rq)
13371346S3method(link_inverse,rqs)
13381347S3method(link_inverse,rqss)
1348+ S3method(link_inverse,sdmTMB)
13391349S3method(link_inverse,serp)
13401350S3method(link_inverse,speedglm)
13411351S3method(link_inverse,speedlm)
@@ -1492,6 +1502,7 @@ S3method(model_info,robmixglm)
14921502S3method(model_info,rq)
14931503S3method(model_info,rqs)
14941504S3method(model_info,rqss)
1505+ S3method(model_info,sdmTMB)
14951506S3method(model_info,serp)
14961507S3method(model_info,speedglm)
14971508S3method(model_info,speedlm)
0 commit comments