None
e
to be used in predictions (with the flag use_e = TRUE
, the new default in posterior_predict
) or generate e
based on posterior draws of sigma_e
(obtained by setting use_e = FALSE
)predict_paramedic
and posterior_predict
. The former uses posterior draws and a Stan algorithm to generate predictions; the latter uses posterior draws and internal R functions to generate predictions. Both are expected to perform similarly.run_paramedic
to class paramedic
; added associated print
, summary
functionspredict_paramedic
None
k
to be nonzero in run_paramedic
(the default is zero for data collected in a single experiment)#include
statements, and the shared code is stored in data/
(sets up data objects), parameters/
(sets up model parameters), tparameters/
(sets up transformed parameters), and model/
(sets up hierarchical model for shared parameters)run_paramedic_centered
; the desired behavior can now be obtained by using run_paramedic
with the argument "centered = TRUE"
no_efficiency
; the desired behavior can now be obtained by using run_paramedic
with arguments "alpha_sigma = 0"
and "kappa_sigma = 0"
variable_efficiency.stan
and variable_efficiency_centered.stan
pkgdown
siteNone
stan
model for specifying a negative binomial distribution on VNone
Stan
models to use log densities and unconstrained parameters, then back-transform after samplingNone
None
run_paramedic
with q
= q_obs
This is the initial package release!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.