summary.multibasta | R Documentation |
These functions allow users visualize the output from function multibasta
.
## S3 method for class 'multibasta'
summary(object, ...)
## S3 method for class 'multibasta'
print(x, ...)
## S3 method for class 'multibasta'
coef(object, showAll = FALSE, ...)
object |
An object of class “ |
x |
An object of class “ |
showAll |
Logical whether the coefficients from all models should be shown. |
... |
Additional arguments to be passed to function |
Function coef.multibasta
returns a list
with the following objects:
coefficients |
A list with the |
DICs |
A matrix with the DIC values for each model, sorted from the model with lowest DIC to the model with highest DIC. |
Fernando Colchero colchero@imada.sdu.dk, Owen R. Jones jones@biology.sdu.dk, and Maren Rebke maren.rebke@avitec-research.de
basta
, multibasta
.
## Load data:
data("bastaCMRdat", package = "BaSTA")
## Run short version of BaSTA on the data:
multiout <- multibasta(bastaCMRdat, studyStart = 51, studyEnd = 70,
models = c("GO", "WE"), shapes = "simple",
niter = 100, burnin = 11, thinning = 10,
nsim = 1, updateJumps = FALSE, parallel = FALSE)
## Print results:
summary(multiout, digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.