Extract | R Documentation |
extract_Nsurv_ppc: extract the Nsurv
generated with the sampler.
To be used for the Posterior Predictive Check (PPC).
extract_Nsurv_sim: extract the Nsurv
generated with the sampler.
To be used for the Simulation (sim).
extract_param: extract parameters of SD
or IT
models.
priors_distribution: Return a data.frame
with prior density
distributions of parameters used in the model.
extract_Nsurv_ppc(fit)
extract_Nsurv_sim(fit)
extract_param(fit)
priors_distribution(fit, ...)
## S3 method for class 'SurvFit'
priors_distribution(fit, size_sample = 1000, ...)
fit |
An object of class |
... |
Further arguments to be passed to generic methods |
size_sample |
Size of the random generation of the distribution. |
a data.frame
with the extracted object from stanfit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.