print.umbrella: Print a summary of an object of class "umbrella"

print.umbrellaR 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

summary.umbrella()

Examples


### print the results of an object of class umbrella
umbrella(df.OR.multi, mult.level = TRUE)


metaumbrella documentation built on Nov. 7, 2023, 1:06 a.m.