get_draws | R Documentation |
This function selects the draws dataframe from a model object produced by 'analyze'. This function also works on model objects produced by 'rstanarm', e.g., from a run of 'stan_glm'.
get_draws(object)
object |
The model object. |
The dataframe containing all of the draws (model runs).
Other internal functions:
get_coef()
,
get_data()
,
get_formula()
,
get_link()
,
get_vcov()
,
results_coefficients()
,
results_contrasts()
,
results_predictions()
,
structure_predictions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.