Nothing
## File Name: predict.CDM.R
## File Version: 0.07
################################################
# predict method in CDM package
predict.din <- function( object, group=1, ... ){
dat <- as.matrix( object$dat )
res <- IRT.predict( object, dat=dat, group=group )
return(res)
}
#################################################
predict.gdm <- predict.din
predict.gdina <- predict.din
predict.mcdina <- predict.din
predict.slca <- predict.din
##################################################
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.