Wrapper to manaully perform two-stage meta-analysis using metafor
Source: R/meta-manual.R
dh.metaManual.Rd
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.
Arguments
- 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".