| bastaCensOut | R Documentation |
This dataset is the output of a BaSTA analysis on the simulated dataset bastaCensDat. The analysis consisted of four independent simulations run in parallel. The model chosen was Gompertz (“GO”) with the shape argument set to “simple” and covarStruct set to “fused”.
data("bastaCensOut")
A BaSTA output list (see details in basta).
## Load BaSTA output:
data("bastaCensOut", package = "BaSTA")
## Plot traces for survival parameters:
plot(bastaCensOut)
## Plot posterior densities of survival parameters:
plot(bastaCensOut, type = "densities")
## Plot survival and mortality curves:
plot(bastaCensOut, type = "demorates")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.