R/frm_formula_character.R

Defines functions frm_formula_character

## File Name: frm_formula_character.R
## File Version: 0.10


frm_formula_character <- function( ind_mm)
{
    formula_mm <- paste0( ind_mm$formula[2], " ~ ", ind_mm$formula[3] )
    formula_mm <- paste0( ind_mm$R_fct_name, "( ", formula_mm, " )" )
    return(formula_mm)
}

Try the mdmb package in your browser

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

mdmb documentation built on March 7, 2023, 6:58 p.m.