summary.RT | R Documentation |
Summarize the results produced by RT1SAMP and RT2SAMP
## S3 method for class 'RT' summary(x)
x |
an object of class RT |
Manly, B.F.J. and Navarro-Alberto, J.A. (2021) Randomization, Bootstrap and Monte Carlo Methods in Biology. 4th Edition. Chapman and Hall/ CRC Press.
RT1SAMP
, RT2SAMP
, and the
main plotting function plot.RT
# Example in Manly and Navarro Alberto (2021), Section 1.5 Dif <- cornheight[,"Cross"] - cornheight[,"Self"] corn1s.c <- RT1SAMP(Dif, complete=TRUE) # Complete enumeration summary.RT(corn1s.c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.