Nothing
## 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.