print.umbrella {metaumbrella} | R Documentation |
Print a summary of an object of class “umbrella”
Description
Print a summary of an object of class “umbrella”
Usage
## S3 method for class 'umbrella'
print(x, ...)
Arguments
x |
an object of class “umbrella” |
... |
other arguments that can be passed to the function |
Details
Summary method for objects of class “umbrella”.
Value
Implicitly calls the summary.umbrella()
function and displays error or warning messages below the object returned.
This is useful when many factors are included in the review and that the results of the summary.umbrella()
are not stored in an object.
See Also
Examples
### print the results of an object of class umbrella
umbrella(df.OR.multi, mult.level = TRUE)
[Package metaumbrella version 1.0.11 Index]