| bayesnecfit-class {bayesnec} | R Documentation |
Class bayesnecfit of models fitted with the brms package
Description
Models fitted with the bayesnec
package are represented as a bayesnecfit object, which contain the
original brmsfit fitted object, list of initialisation
values used, the validated bayesnecformula, name of non-linear
model that was fitted, posterior predictions, posterior parameter estimates
and a series of other statistics.
Details
See methods(class = "bayesnecfit") for an overview of
available methods.
Slots
fitThe fitted Bayesian model of class
brmsfit.modelA
characterstring indicating the name of the fitted model.initA
listcontaining the initialisation values to fit the model.bayesnecformulaAn object of class
bayesnecformulaandformula.pred_valsA
listcontaining adata.frameof summary posterior predicted values and a vector containing based on the suppliedresolutionandx_range.topThe estimate for parameter "top" in the fitted model.
betaThe estimate for parameter "beta" in the fitted model.
neThe estimated NEC.
fThe estimate for parameter "f" in the fitted model, NA if absent for the fitted model type.
botThe estimate for parameter "bot" in the fitted model, NA if absent for the fitted model type.
dThe estimate for parameter "d" in the fitted model, NA if absent for the fitted model type.
slopeThe estimate for parameter "slope" in the fitted model, NA if absent for the fitted model type.
ec50The estimate for parameter "ec50" in the fitted model, NA if absent for the fitted model type.
dispersionAn estimate of dispersion.
predicted_yThe predicted values for the observed data.
residualsResidual values of the observed data from the fitted model.
ne_posteriorA full posterior estimate of the NEC.
ne_typeA
charactervector indicating the type of no-effect toxicity estimate. Where the fitted model is an NEC model (threshold model, containing a step function) the no-effect estimate is a true no-effect-concentration (NEC, see Fox 2010). Where the fitted model is a smooth ECx model with no step function, the no-effect estimate is a no-significant-effect-concentration (NSEC, see Fisher and Fox 2023).
References
Fisher R, Fox DR (2023). Introducing the no significant effect concentration (NSEC).Environmental Toxicology and Chemistry, 42(9), 2019–2028. doi: 10.1002/etc.5610.
Fisher R, Fox DR, Negri AP, van Dam J, Flores F, Koppel D (2023). Methods for estimating no-effect toxicity concentrations in ecotoxicology. Integrated Environmental Assessment and Management. doi:10.1002/ieam.4809.
Fox DR (2010). A Bayesian Approach for Determining the No Effect Concentration and Hazardous Concentration in Ecotoxicology. Ecotoxicology and Environmental Safety, 73(2), 123–131. doi: 10.1016/j.ecoenv.2009.09.012.
See Also
bayesnec,
bnec,
bayesmanecfit,
bayesnecformula