R/noharm_sirt_partable_include_par.R

Defines functions noharm_sirt_partable_include_par

## File Name: noharm_sirt_partable_include_par.R
## File Version: 0.01

noharm_sirt_partable_include_par <- function(par, parm_table)
{
    non_fixed <- attr(parm_table, "non_fixed")
    include_index <- attr(parm_table, "include_index")
    parm_table$est[ non_fixed ] <- par[ include_index ]
    return(parm_table)
}

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.