print.robu {robumeta} | R Documentation |
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
[Package robumeta version 2.1 Index]