Summary method for objects of class brsdata. Print a text-based summary of the data in the R console.

# S3 method for brsdata
summary(dat.obj, print.config = TRUE)

Arguments

dat.obj

Input dataset. Must be an object of class brsdata, as returned by read_data or simulate_data.

print.config

Logical. Whether to print a summary of MCMC parameters, when the data have been configured using configure_MCMC.

Value

A text-based summary of dataset properties.

See also

Author

Phil J. Bouchet

Examples