To Print Statistical Power Analysis Results
This function is used to summary the power analysis results.
## S3 method for class 'webpower' print(x, ...)
x |
Object of power analysis. It is an object returned by a webpower function such as wp.anova(). |
... |
Extra arguments. It is not required. |
The printing of the input object of power analysis.
res <- wp.correlation(n=50,r=0.3, alternative="two.sided") print(res)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.