@@ -65,13 +65,16 @@ S3method(check_multimodal,numeric)
6565S3method(check_normality,BFBayesFactor)
6666S3method(check_normality,afex_aov)
6767S3method(check_normality,default)
68+ S3method(check_normality,fa)
6869S3method(check_normality,glm)
6970S3method(check_normality,glmmTMB)
7071S3method(check_normality,htest)
7172S3method(check_normality,lmerModLmerTest)
7273S3method(check_normality,merMod)
7374S3method(check_normality,numeric)
75+ S3method(check_normality,parameters_efa)
7476S3method(check_normality,performance_simres)
77+ S3method(check_normality,principal)
7578S3method(check_outliers,BFBayesFactor)
7679S3method(check_outliers,DHARMa)
7780S3method(check_outliers,character)
@@ -118,7 +121,10 @@ S3method(check_predictions,lme)
118121S3method(check_predictions,stanreg)
119122S3method(check_residuals,DHARMa)
120123S3method(check_residuals,default)
124+ S3method(check_residuals,fa)
125+ S3method(check_residuals,parameters_efa)
121126S3method(check_residuals,performance_simres)
127+ S3method(check_residuals,principal)
122128S3method(check_singularity,MixMod)
123129S3method(check_singularity,clmm)
124130S3method(check_singularity,cpglmm)
@@ -173,6 +179,7 @@ S3method(model_performance,clm2)
173179S3method(model_performance,coxph)
174180S3method(model_performance,coxph_weightit)
175181S3method(model_performance,default)
182+ S3method(model_performance,fa)
176183S3method(model_performance,felm)
177184S3method(model_performance,fixest)
178185S3method(model_performance,fixest_multi)
@@ -205,10 +212,12 @@ S3method(model_performance,negbinirr)
205212S3method(model_performance,negbinmfx)
206213S3method(model_performance,nestedLogit)
207214S3method(model_performance,ordinal_weightit)
215+ S3method(model_performance,parameters_efa)
208216S3method(model_performance,plm)
209217S3method(model_performance,poissonirr)
210218S3method(model_performance,poissonmfx)
211219S3method(model_performance,polr)
220+ S3method(model_performance,principal)
212221S3method(model_performance,probitmfx)
213222S3method(model_performance,rlmerMod)
214223S3method(model_performance,rma)
0 commit comments