## 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.