R/rm_sdt_fill_init_partables.R

Defines functions rm_sdt_fill_init_partables

## File Name: rm_sdt_fill_init_partables.R
## File Version: 0.04


rm_sdt_fill_init_partables <- function(partable_item, partable_rater,
    par_index, tau.item, a.item, c.rater, d.rater, type)
{
    partable_item <- rm_sdt_fill_init_partable( partable=partable_item,
                par_index=par_index, tau.item=tau.item, a.item=a.item, c.rater=c.rater,
                d.rater=d.rater, type='item' )
    partable_rater <- rm_sdt_fill_init_partable( partable=partable_rater,
                par_index=par_index, tau.item=tau.item, a.item=a.item, c.rater=c.rater,
                d.rater=d.rater, type='rater' )
    #--- output
    res <- list(partable_item=partable_item, partable_rater=partable_rater)
    return(res)
}

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.