R/xxirt_ThetaDistribution_extract_freeParameters.R

Defines functions xxirt_ThetaDistribution_extract_freeParameters

## File Name: xxirt_ThetaDistribution_extract_freeParameters.R
## File Version: 0.10


xxirt_ThetaDistribution_extract_freeParameters <- function( customTheta )
{
    est <- customTheta$est
    if ( sum(est)==0 ){
        par1 <- NULL
    } else {
        par1 <- customTheta$par[ est ]
    }
    return(par1)
}

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.