.validate_vcalc_args | R Documentation |
Ensures that the arguments provided for variance-covariance calculation are valid and refer to existing variables in the model data. Performs checks on the structure and content of the vcalc_args list.
.validate_vcalc_args(model_data, vcalc_args)
model_data |
A data frame containing the variables used in the model. |
vcalc_args |
A list of arguments for the metafor::vcalc function. |
The validated vcalc_args list if all checks pass.
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.