| get_data | R Documentation |
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'.
get_data(object, data = NULL)
object |
The model object. |
The data used in the model.
Other internal functions:
get_coef(),
get_draws(),
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.