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)
}
alexanderrobitzsch/sirt documentation built on March 18, 2024, 1:29 p.m.