stan_to_classical: Refit a simple RStanARM model with a classical version

Description Usage Arguments Value

Description

Refit a simple RStanARM model with a classical version

Usage

1
2
3
stan_to_glm(model)

stan_to_lm(model)

Arguments

model

a model fit with rstanarm::stan_glm() or rstanarm::stan_lm().

Value

the corresponding model fit with stats::glm() or stats::lm().


tjmahr/tristan documentation built on May 8, 2019, 9:46 a.m.