summary.RSctr: Summary Method for Control Objects

summary.RSctrR 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 RSctr as obtained from rsctrl

...

potential further arguments (ignored)

See Also

rsctrl

Examples

   ctr <- rsctrl(n_eff = 1, seed = 123123123)  # specify controls
   summary(ctr)

RaschSampler documentation built on Sept. 27, 2023, 5:08 p.m.