get_data: Get data from a frequentist or Bayesian object.

View source: R/results.r

get_dataR Documentation

Get data from a frequentist or Bayesian object.

Description

This function selects the data 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_data(object, data = NULL)

Arguments

object

The model object.

Value

The data used in the model.

See Also

Other internal functions: get_coef(), get_draws(), 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.