R/noharm_sirt_partable_extract_par.R

Defines functions noharm_sirt_partable_extract_par

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

noharm_sirt_partable_extract_par <- function(parm_table, col="est")
{
    extract_index <- attr(parm_table, "extract_index")
    x <- parm_table[ extract_index, col]
    return(x)
}

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.