R/xxirt_partable_include_freeParameters.R

Defines functions xxirt_partable_include_freeParameters

## File Name: xxirt_partable_include_freeParameters.R
## File Version: 0.11



xxirt_partable_include_freeParameters <- function( partable, x )
{
    vals <- x[ partable$parindex ]
    ind <- is.na(vals)
    vals[ ind ] <- partable$value[ ind ]
    partable$value <- vals
    return(partable)
}

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.