R/btm_fit_combine_tables.R

Defines functions btm_fit_combine_tables

## File Name: btm_fit_combine_tables.R
## File Version: 0.07


btm_fit_combine_tables <- function( win1, win2, ind1, ind2, TP )
{
    win <- rep( 0, TP )
    win[ind1] <- win1[, 1]
    win[ind2] <- win[ind2] + win2[, 1]
    return(win)
}

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.