R/frm_mlreg_create_design_matrices.R

Defines functions frm_mlreg_create_design_matrices

## File Name: frm_mlreg_create_design_matrices.R
## File Version: 0.07


frm_mlreg_create_design_matrices <- function(data, formula_terms )
{
    res <- miceadds::ma_lme4_formula_design_matrices(formula=NULL, data=data,
                formula_terms=formula_terms, only_design_matrices=TRUE )
    res$Z_list <- res$Z
    return(res)
}

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.