View source: R/summary.brsdata.R
summary.brsdata | R Documentation |
Summary method for objects of class brsdata
. Print a text-based summary of the data in the R console.
## S3 method for class 'brsdata'
summary(dat.obj, print.config = TRUE)
dat.obj |
Input dataset. Must be an object of class |
print.config |
Logical. Whether to print a summary of MCMC parameters, when the data have been configured using |
A text-based summary of dataset properties.
Phil J. Bouchet
read_data
simulate_data
## Not run:
library(espresso)
# Simulate data for two species
mydat <- simulate_data(n.species = 2,
n.whales = 16,
max.trials = 3,
covariates = list(exposed = c(0, 5), range = 10)
mu = c(125, 158),
phi = 20,
sigma = 20,
Rc = c(210, 211),
seed = 58697)
summary(mydat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.