.is_model_valid | R Documentation |
Checks if a model argument is valid for meta-analysis: - It is not missing or NULL - It is a metafor package object (rma.mv, rma, etc.)
.is_model_valid(model)
model |
object. A model object from the metafor package (rma.mv, rma, rma.uni, or robust.rma) |
logical. TRUE if the model is valid, otherwise stops with an error message
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.