print.size: Print size

Description Usage Arguments Author(s) References See Also Examples

Description

This function prints the size object

Usage

1
2
## S3 method for class 'size'
print(x, ...)

Arguments

x

size object.

...

further arguments passed to or from other methods.

Author(s)

Takuya Yanagida takuya.yanagida@univie.ac.at

References

Rasch, D., Kubinger, K. D., & Yanagida, T. (2011). Statistics in psychology - Using R and SPSS. New York: John Wiley & Sons.

See Also

size.cor

Examples

1
2
3
4
5
6
7
8
#--------------------------------------
# H0: rho = 0.3, H1: rho != 0.3
# alpha = 0.05, beta = 0.2, delta = 0.2

n <- size.cor(delta = 0.2, rho = 0.3, alpha = 0.05, beta = 0.2,
              output = FALSE)

print(n)

miscor documentation built on May 1, 2019, 10:14 p.m.

Related to print.size in miscor...