ctmaBiG returns a list containing some arguments supplied, the results of analyses of publication bias and generalizability,
model type, and the type of plot that could be performed with the returned object. The arguments in the returned object are activeDirectory,
and coresToUse. Further arguments, which are just copied from the init-fit object supplied, are, n.studies, n.latent, studyList,
statisticsList, modelResults (all parameter estimates and their standard error), and parameter names. All new results are returned
as the list element "summary", which is printed if the summary function is applied to the returned object. The summary list element
comprises a title (model='Analysis of Publication Bias & Generalizability') and "estimates", which is another list comprising
"Fixed Effects of Drift Coefficients", "Heterogeneity", "Random Effects of Drift Coefficients", "PET-PEESE corrections",
"Egger's tests" (constant of the WLS regression of drift coefficients on their standard errors (SE) with 1/SE^2 as weights),
"Egger's tests Alt. Version" (constant of the OLS regression of the standard normal deviates of the drift coefficients on their
precision), and "Z-Curve 2.0 Results". Plot type is plot.type=c("funnel", "forest") and model.type="BiG".