Nothing
## File Name: IRT.parameterTable.R
## File Version: 0.06
###########################################################
# extracts used dataset
IRT.parameterTable <- function(object, ...)
{
UseMethod("IRT.parameterTable")
}
###########################################################
# IRT.data.din <- function( object, ... ){
# dat <- object$dat
# attr(dat,"weights") <- object$control$weights
# attr(dat,"group") <- object$control$group
# return(dat)
# }
############################################################
# IRT.data.gdina <- IRT.data.din
# IRT.data.gdm <- IRT.data.din
# IRT.data.mcdina <- IRT.data.din
# IRT.data.slca <- IRT.data.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.