add_ICs | R Documentation |
adds information criteria to the @IC slot of an object of class passed_exRa-class
add_ICs(obj, ignoreCores = 1)
obj |
an object of class passed_exRa-class |
ignoreCores |
a numeric value for the number of virtual CPU cores (threads)to hold out in computing the information criteria. |
an object of passed_exRa-class.
library(exhaustiveRasch)
data(ADL)
passed <- exhaustive_tests(dset= ADL[c(1:4,7,12,14)],
modelType= "RM", scale_length= 5, alpha=0.05,
tests=c("test_LR", "test_itemfit", "test_respca"),
splitcr_LR = ADL[,17], itemfit_param =
itemfit_control(use.pval=FALSE, upperMSQ=1.5, lowerMSQ=0.5),
estimation_param= estimation_control(
est="psychotools"), verbose=FALSE)
passed <- add_ICs(passed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.