Extracts posterior predicted values from a list of class
bayesnecfit
or bayesmanecfit
model fits and
compares these via bootstrap re sampling.
compare_estimates(
x,
comparison = "n(s)ec",
ecx_val = 10,
type = "absolute",
hormesis_def = "control",
sig_val = 0.01,
resolution = 100,
x_range = NA
)
A named list
of objects of class
bayesnecfit
or bayesmanecfit
returned by
bnec
.
The posterior predictions to compare, takes values of "nec", "n(s)ec", "nsec", "ecx" or "fitted".
The desired percentage effect value. This must be a value between 1 and 99 (for type = "relative" and "absolute"), defaults to 10.
A character
vector, taking values of
"relative", "absolute" (the default) or "direct". See Details.
A character
vector, taking values
of "max" or "control". See Details.
Probability value to use as the lower quantile to test significance of the predicted posterior values.
The number of unique x values over which to find ECx – large values will make the ECx estimate more precise.
A range of x values over which to consider extracting ECx.
A named list
containing bootstrapped differences
in posterior predictions of the bayesnecfit
or
bayesmanecfit
model fits contained in x
. See Details.