
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")
Run the code above in your browser using DataLab