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)
}
alexanderrobitzsch/sirt documentation built on April 23, 2024, 2:31 p.m.