R/tam_generate_xsi_fixed_estimated.R

Defines functions tam_generate_xsi_fixed_estimated

## File Name: tam_generate_xsi_fixed_estimated.R
## File Version: 9.072


tam_generate_xsi_fixed_estimated <- function( xsi, A )
{
    L <- length(xsi)
    xsi.fixed.estimated <- cbind( 1:L, xsi )
    rownames(xsi.fixed.estimated) <- dimnames(A)[[3]]
    return(xsi.fixed.estimated)
}

Try the TAM package in your browser

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

TAM documentation built on Aug. 29, 2022, 1:05 a.m.