results_coefficients: Produce coefficients from a frequentist or Bayesian object.

View source: R/results.r

results_coefficientsR Documentation

Produce coefficients from a frequentist or Bayesian object.

Description

This function takes the draws result from a model and produces a coefficient table with confidence intervals and P-values.

Usage

results_coefficients(obj.formula, obj.draws, obj.data, times = NULL)

Arguments

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.

Value

The coefficient table.

See Also

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


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