par_est | R Documentation |
Get parameter estimates and model estimates
par_est(mod)
mod |
Fitted model object from |
List with model estimates (pred_summary) and parameter estimates (par_summary)
dat <- sim_slr(n_sim = 30) mod <- run_mod(dat, model = "slr") par_est(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.