S4 methods for CalmrRSA class.
# S4 method for CalmrRSA
show(object)# S4 method for CalmrRSA
test(object, n_samples = 1000, p = 0.95)
# S4 method for CalmrRSA
plot(x)
show() returns NULL (invisibly).
test() returns the CalmrRSA object with permutation test data.
plot() returns a list of 'ggplot' plot objects.
A CalmrRSA object.
The number of samples for the permutation test (default = 1e3)
The critical threshold level for the permutation test (default = 0.95)