R/xxirt_parTheta_include_freeParameters.R

Defines functions xxirt_parTheta_include_freeParameters

## File Name: xxirt_parTheta_include_freeParameters.R
## File Version: 0.02


xxirt_parTheta_include_freeParameters <- function(customTheta, x)
{
    if (!is.null(x)){
        customTheta$par[ customTheta$est ] <- x
    }
    return(customTheta)
}

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.