R/xxirt_coef.R

Defines functions coef.xxirt

Documented in coef.xxirt

## File Name: xxirt_coef.R
## File Version: 0.09

##########################################
# coef S3 method for xxirt objects
coef.xxirt <- function(object,...)
{
    par1 <- xxirt_partable_extract_freeParameters( object$partable )
    par2 <- xxirt_parTheta_extract_freeParameters( object$customTheta )
    par <- c(par1, par2)
    return(par)
}
##########################################

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on Aug. 11, 2023, 5:07 p.m.