summary.RSctr {eRm} | R Documentation |
Prints the current definitions for the sampling function.
## S3 method for class 'RSctr'
summary(object, ...)
object |
object of class |
... |
potential further arguments (ignored) |
ctr <- rsctrl(n_eff = 1, seed = 123123123) # specify controls
summary(ctr)