summary.RSctr | 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) |
rsctrl
ctr <- rsctrl(n_eff = 1, seed = 123123123) # specify controls
summary(ctr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.