get_draws: Get draws from a frequentist or Bayesian object.

View source: R/results.r

get_drawsR Documentation

Get draws from a frequentist or Bayesian object.

Description

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'.

Usage

get_draws(object)

Arguments

object

The model object.

Value

The dataframe containing all of the draws (model runs).

See Also

Other internal functions: get_coef(), get_data(), get_formula(), get_link(), get_vcov(), results_coefficients(), results_contrasts(), results_predictions(), structure_predictions()


jacobaro/danalyze documentation built on Oct. 20, 2022, 8:09 a.m.