The model is performed pair-wise across the levels of the 'Condition' in 'data.design'. Default is a standard Student's t-test model. See 'rma.uni' manpage for limitations of this approach.
1 2 3 4 5 | dea_metafor(fit, data = protein_quants(fit), data.design = design(fit),
condition = "Condition", mods = as.formula(paste("~", condition)),
random = ~Condition | Sample, struct = "DIAG", test = "t",
output = "metafor", save.intercept = FALSE, as.data.table = FALSE,
...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.