dh.metaManual | R Documentation |
metafor
DataSHIELD SLMA functions automatically perform two-stage meta-analysis using the metafor package. However in some circumstances you might want to chose different options in metafor than those provided within DataSHIELD. This function takes the output from ds.glmSLMA and manually performs the meta-analysis.
dh.metaManual(model = NULL, method = "ML")
model |
Model object returned by ds.glmSLMA or ds.lmerSLMA. |
method |
Method of meta-analyis which can be any valid method for the metafor package. Default is "ML". |
You could also modify this function to use different meta-analysis packages.
List containing two elements:
metafor output
summary tibble of containing columns "term", "coefficient" and "se".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.