WebPower (version 0.5)

print.webpower: To Print Statistical Power Analysis Results

Description

This function is used to summary the power analysis results.

Usage

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

Arguments

x

Object of power analysis. It is an object returned by a webpower function such as wp.anova().

...

Extra arguments. It is not required.

Value

The printing of the input object of power analysis.

Examples

Run this code
# NOT RUN {
res <- wp.correlation(n=50,r=0.3, alternative="two.sided")
print(res)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab