summary.RT: Summarize one and two sample randomization tests

View source: R/summary.RT.R

summary.RTR Documentation

Summarize one and two sample randomization tests

Description

Summarize the results produced by RT1SAMP and RT2SAMP

Usage

## S3 method for class 'RT'
summary(x)

Arguments

x

an object of class RT

References

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.

See Also

RT1SAMP, RT2SAMP, and the main plotting function plot.RT

Examples

# 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)


ganava4/rbmc documentation built on April 24, 2022, 12:14 a.m.