@@ -138,6 +138,10 @@ S3method(check_zeroinflation,performance_simres)
138138S3method(cronbachs_alpha,data.frame)
139139S3method(cronbachs_alpha,matrix)
140140S3method(cronbachs_alpha,parameters_pca)
141+ S3method(display,check_itemscale)
142+ S3method(display,compare_performance)
143+ S3method(display,performance_model)
144+ S3method(display,test_performance)
141145S3method(fitted,BFBayesFactor)
142146S3method(format,compare_performance)
143147S3method(format,performance_model)
@@ -335,6 +339,13 @@ S3method(print,r2_nakagawa_by_group)
335339S3method(print,r2_pseudo)
336340S3method(print,test_likelihoodratio)
337341S3method(print,test_performance)
342+ S3method(print_html,check_itemscale)
343+ S3method(print_html,compare_performance)
344+ S3method(print_html,test_performance)
345+ S3method(print_md,check_itemscale)
346+ S3method(print_md,compare_performance)
347+ S3method(print_md,performance_model)
348+ S3method(print_md,test_performance)
338349S3method(r2,Arima)
339350S3method(r2,BBreg)
340351S3method(r2,BFBayesFactor)
@@ -567,10 +578,6 @@ export(check_zeroinflation)
567578export(compare_performance)
568579export(cronbachs_alpha)
569580export(display)
570- export(display.check_itemscale)
571- export(display.compare_performance)
572- export(display.performance_model)
573- export(display.test_performance)
574581export(icc)
575582export(item_difficulty)
576583export(item_discrimination)
@@ -599,14 +606,7 @@ export(performance_roc)
599606export(performance_rse)
600607export(performance_score)
601608export(print_html)
602- export(print_html.check_itemscale)
603- export(print_html.compare_performance)
604- export(print_html.test_performance)
605609export(print_md)
606- export(print_md.check_itemscale)
607- export(print_md.compare_performance)
608- export(print_md.performance_model)
609- export(print_md.test_performance)
610610export(r2)
611611export(r2_bayes)
612612export(r2_coxsnell)
0 commit comments