summary.RSctr {RaschSampler} | R Documentation |
Summary Method for Control Objects
Description
Prints the current definitions for the sampling function.
Usage
## S3 method for class 'RSctr'
summary(object, ...)
Arguments
object |
object of class |
... |
potential further arguments (ignored) |
See Also
Examples
ctr <- rsctrl(n_eff = 1, seed = 123123123) # specify controls
summary(ctr)
[Package RaschSampler version 0.8-10 Index]