View source: R/summary.cytoglmm.R
summary.cytoglmm | R Documentation |
Extact and calculate p-values of GLMM fit
## S3 method for class 'cytoglmm'
summary(object, method = "BH", ...)
object |
A |
method |
Multiple comparison adjustment method |
... |
Other parameters |
tibble
data frame
set.seed(23)
df = generate_data()
protein_names = names(df)[3:12]
df = dplyr::mutate_at(df, protein_names, function(x) asinh(x/5))
glmm_fit = CytoGLMM::cytoglmm(df,
protein_names = protein_names,
condition = "condition",
group = "donor")
summary(glmm_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.