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