.validate_robust_args | R Documentation |
Validates that robust_args contains the required parameters and that they reference valid columns in the data. Ensures that the cluster variable exists in the provided model data.
.validate_robust_args(model_data, robust_args)
model_data |
A data frame containing the variables used in the model. |
robust_args |
A list of arguments for the metafor::robust function. |
The validated robust_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.