Nothing
## File Name: tam.personfit.R
## File Version: 0.07
tam.personfit <- function(tamobj)
{
#** WLE estimation in case of MML estimation
if ( ! inherits(tamobj,"tam.jml") ){
res <- tam.wle(tamobj, progress=FALSE)
tamobj$theta <- res$theta
tamobj$xsi <- tamobj$xsi$xsi
}
#** calculate fit statistics
res <- tam.jml.fit( tamobj=tamobj )$fit.person
return(res)
}
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.