results_coefficients | R Documentation |
This function takes the draws result from a model and produces a coefficient table with confidence intervals and P-values.
results_coefficients(obj.formula, obj.draws, obj.data, times = NULL)
obj.formula |
The formula used in the model. A return from 'get_formula'. |
obj.draws |
The draws produced from the model. A return from 'get_draws'. |
obj.data |
The data used in the model. A return from 'get_data'. |
times |
An optional vector identifying the times to produce coefficients for. Only relevant for survival models. |
The coefficient table.
Other internal functions:
get_coef()
,
get_data()
,
get_draws()
,
get_formula()
,
get_link()
,
get_vcov()
,
results_contrasts()
,
results_predictions()
,
structure_predictions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.