par_est: Get parameter estimates and model estimates

View source: R/run_jags.R

par_estR Documentation

Get parameter estimates and model estimates

Description

Get parameter estimates and model estimates

Usage

par_est(mod)

Arguments

mod

Fitted model object from run_mod

Value

List with model estimates (pred_summary) and parameter estimates (par_summary)

Examples

dat <- sim_slr(n_sim = 30)
mod <- run_mod(dat, model = "slr")
par_est(mod)


ncahill89/EIVmodels documentation built on Dec. 5, 2022, 2:10 p.m.