View source: R/bayesian_inference_functions.R
extract_param | R Documentation |
sample_theta
The input fit is the result of a call to stan by
sample_theta
, of class stanfit. Return a matrix TH with
dimensions S x (3*K), where S is the number of samples (across all chains,
and excluding warmup), and K is the number of mixtures.
extract_param(fit)
fit |
The fit from stan, of class stanfit |
A matrix of samples with dimensions S by (3*K), where S is the number of non-warmup samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.