print.rpt {rptR} | R Documentation |
Print a rpt object
Description
Displays the results a rpt object (i.e. the result of a rpt function call) in a nice form.
Usage
## S3 method for class 'rpt'
print(x, ...)
Arguments
x |
An rpt object returned from one of the rpt functions |
... |
Additional arguments; none are used in this method. |
Value
Abbreviations in the print.rpt output:
R |
Repeatability. |
SE |
Standard error of R. |
CI |
Confidence interval of R derived from parametric bootstrapping. |
P |
P-value |
LRT |
Likelihood-ratio test |
Permutation |
Permutation of residuals |
Author(s)
Holger Schielzeth (holger.schielzeth@uni-jena.de), Shinichi Nakagawa (s.nakagawa@unsw.edu.au), Martin Stoffel (martin.adam.stoffel@gmail.com)
References
Nakagawa, S. & Schielzeth, H. (2010) Repeatability for Gaussian and non-Gaussian data: a practical guide for biologists. Biological Reviews 85: 935-956
[Package rptR version 0.9.22 Index]