R/xxirt_parTheta_extract_freeParameters.R

Defines functions xxirt_parTheta_extract_freeParameters

## File Name: xxirt_parTheta_extract_freeParameters.R
## File Version: 0.08


xxirt_parTheta_extract_freeParameters <- function( customTheta )
{
    ind <- customTheta$est
    p1 <- customTheta$par[ ind ]
    names(p1) <- names(customTheta$par)[ind]
    return(p1)
}

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.