Generalized linear mixed model with maximum likelihood
glmm_moment( df_samples, protein_names, response, group = "donor", covariate_names = NULL, num_cores = 1 )
| df_samples | Data frame or tibble with proteins counts, cell condition, and group information |
|---|---|
| protein_names | A vector of column names of protein to use in the analysis |
| response | The column name of the condition variable |
| group | The column name of the group variable |
| covariate_names | The column names of covariates |
| num_cores | Number of computing cores |
mbest object