model.meta.c | R Documentation |
This function generates part of the model code for meta-analysis
when the dataset has complete compliance information for all studies,
as described in Section 2.2, "the Bayesian hierarchical model" of the package manuscript.
This function will be called internally if user uses the cace.meta.c
function.
model.meta.c(random.effects = list(), re.values = list())
random.effects |
a list of logical values indicating whether random effects are included in the model.
The list should contain the assignment for these parameters only: |
re.values |
a list of parameter values for the random effects. It should contain the assignment for these
parameters only: |
It returns a model string
# use default settings model.string <- model.meta.c()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.