group_is_valid | R Documentation |
Checks if grouping variable is valid within the model's dataset. Ensures that the 'group' argument is provided, exists as a column in the model's data, and is not a numeric continuous variable.
group_is_valid(model, group)
model |
A meta-analytic model from the |
group |
A character string specifying the name of the grouping variable within the model's dataset. |
Logical 'TRUE' if the group variable is valid. Otherwise, the function throws an error.
mod_results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.