R/rm_sdt_extract_par_from_partable.R

Defines functions rm_sdt_extract_par_from_partable

## File Name: rm_sdt_extract_par_from_partable.R
## File Version: 0.03


rm_sdt_extract_par_from_partable <- function(partable)
{
    return( partable[ partable$est, "value" ] )
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on May 29, 2024, 8:43 a.m.