print.robu | R Documentation |
Prints relevant information from robu function.
## S3 method for class 'robu'
print(x, digits = 3, ...)
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. |
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.
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.