check_workshop_data {pema} | R Documentation |
Check Data for BRMA Workshop
Description
This function checks that argument df
is a suitable
data.frame
for completing the workshop on Bayesian Regularized
Meta-Regression, and checks that pema
package dependencies are correctly
installed. It suggests how to remedy any failed checks.
Usage
check_workshop_data(df)
Arguments
df |
A |
Value
Invisibly returns a logical TRUE/FALSE, indicating whether all checks have passed.
Examples
check_workshop_data(fukkink_lont)
[Package pema version 0.1.4 Index]