View source: R/extract_stan_model_attributes.R
Get the fitted log slope values at many points from Stan fit
1 2 3 4 5 6 7 8 9 10 11 12 13 | fitted_slope_ci(
fit,
variable,
dbh_pred,
dens_form,
prod_form,
x_min = NULL,
n_indiv = 1,
ll = 1.1,
ul = 316,
pars_to_get,
scaling_var = "dbh"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.