Helper function to check column names for meta-analysis.
meta_data_check(data)
A dataframe. It must contain columns named estimate
(effect
sizes or outcomes) and std.error
(corresponding standard errors). These
two columns will be used for yi
and sei
arguments in metafor::rma
(for parametric analysis) or metaplus::metaplus
(for robust analysis).