Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.robu

Outputs Model Information


Description

Prints relevant information from robu function.

Usage

## S3 method for class 'robu'
print(x, digits = 3, ...)

Arguments

x

Object from robu class.

digits

Controls the number of digits to print when printing numeric values.

...

Additional arguments to be passed to the fitting function.

References

Hedges, L.V., Tipton, E., Johnson, M.C. (2010) Robust variance estimation in meta-regression with dependent effect size estimates. Research Synthesis Methods. 1(1): 39–65. Erratum in 1(2): 164–165. DOI: 10.1002/jrsm.5

Tipton, E. (in press) Small sample adjustments for robust variance estimation with meta-regression. Psychological Methods.

Examples

# Load data
data(hierdat)

### Small-Sample Corrections - Hierarchical Dependence Model
HierMod  <-  robu(formula = effectsize ~ binge + followup + sreport
                   + age, data = hierdat, studynum = studyid, 
                   var.eff.size = var, modelweights = "HIER", small = FALSE)

print(HierMod) # Output results

robumeta

Robust Variance Meta-Regression

v2.0
GPL-2
Authors
Zachary Fisher [aut, cre], Elizabeth Tipton [aut], Hou Zhipeng [aut]
Initial release
2017-05-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.