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