CalmrRSA-methods {calmr} | R Documentation |
CalmrRSA methods
Description
S4 methods for CalmrRSA
class.
Usage
## S4 method for signature 'CalmrRSA'
show(object)
## S4 method for signature 'CalmrRSA'
test(object, n_samples = 1000, p = 0.95)
## S4 method for signature 'CalmrRSA'
plot(x)
Arguments
object , x |
A |
n_samples |
The number of samples for the permutation test (default = 1e3) |
p |
The critical threshold level for the permutation test (default = 0.95) |
Value
-
show()
returns NULL (invisibly). -
test()
returns theCalmrRSA
object with permutation test data. -
plot()
returns a list of 'ggplot' plot objects.
[Package calmr version 0.6.1 Index]