R/mcmc_rename_define_symbols.R

Defines functions mcmc_rename_define_symbols

## File Name: mcmc_rename_define_symbols.R
## File Version: 0.05

mcmc_rename_define_symbols <- function()
{
    trans <- c("X", "Z", "M")
    orig <- c("[", "]", ",")
    res <- list(trans=trans, orig=orig)
    return(res)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.