R/tam_pv_mcmc_proc_regressors.R

Defines functions tam_pv_mcmc_proc_regressors

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

tam_pv_mcmc_proc_regressors <- function(Y)
{
    if (is.null(colnames(Y))){
        colnames(Y) <- paste0( "Y", 1:ncol(Y))
    }
    return(Y)
}

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.