Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.webpower

To Print Statistical Power Analysis Results


Description

This function is used to summary the power analysis results.

Usage

## S3 method for class '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

res <- wp.correlation(n=50,r=0.3, alternative="two.sided")
print(res)

WebPower

Basic and Advanced Statistical Power Analysis

v0.5.2
GPL (>= 3)
Authors
Zhiyong Zhang [aut, cre], Yujiao Mai [aut], Miao Yang [ctb]
Initial release
2018-11-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.