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)
}
alexanderrobitzsch/TAM documentation built on Sept. 16, 2024, 2:04 a.m.