R/frm_formula_character.R

Defines functions frm_formula_character

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


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 Sept. 11, 2024, 5:23 p.m.