fitted_predicted_values: Get fitted values and credible/prediction intervals from Stan...

Description Usage

View source: R/extract_stan_model_attributes.R

Description

Works for density, for production, or for total production. Fit should be a list. If total production, it's list(density, production)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
fitted_predicted_values(
  fit,
  variable,
  dbh_pred,
  dens_form = NA,
  prod_form = NA,
  x_min = NULL,
  n_indiv = 1,
  ll = 1.1,
  ul = 316,
  pars_to_get,
  scaling_var = "dbh"
)

qdread/forestscaling documentation built on Dec. 15, 2021, 12:42 a.m.