necsummary-class {bayesnec} | R Documentation |
Class necsummary
of models fitted with the brms package
Description
Single models fitted with the
bayesnec
package are summarised
as a necsummary
object, which contains the original
brmsfit
object summary, the name of the
non-linear model fitted, whether this model is an ECx-type model
(see details below), and the ECx summary values should the user decide
to calculate them.
Details
See methods(class = "necsummary")
for an overview of available
methods.
Slots
brmssummary
The standard summary for the fitted Bayesian model of class
brmsfit
.model
A
character
string indicating the name of the fitted non-linear model.is_ecx
A
logical
indicating whethermodel
is an ECx-type model.nec_vals
The NEC values. Note that if model is an ECx-type model, this estimate will be a NSEC proxy.
ecs
A
list
containing the ECx values should the user decide to calculate them (see the non-exportedbayesnec:::summary.bayesnecfit
help file for details).bayesr2
The model Bayesian R2 as calculated by
bayes_R2
.
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
,
bayesnecfit
,
bayesmanecfit
,
manecsummary