Learn R Programming

metaumbrella (version 1.1.0)

print.umbrella: Print a summary of an object of class “umbrella”

Description

Print a summary of an object of class “umbrella”

Usage

# S3 method for umbrella
print(x, ...)

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.

Arguments

x

an object of class “umbrella”

...

other arguments that can be passed to the function

Details

Summary method for objects of class “umbrella”.

See Also

summary.umbrella()

Examples

Run this code
# \donttest{
### print the results of an object of class umbrella
umbrella(df.OR.multi, mult.level = TRUE)
# }

Run the code above in your browser using DataLab