Description Usage Arguments Value
View source: R/Predict_fitted_vals.R
Calculates predicted y (response) values for a supplied vector of x (concentration) values
1 2 3 4 5 6 7 8 9 10 | predict_NECmod(
x.vec,
NEC = min(x.vec),
top,
beta,
alpha = 0,
d = 1,
bot = 0,
slope = 0
)
|
x.vec |
the x vector over which to calculate |
NEC |
the No-Effect-Concentration |
top |
the estimated value of y (response) over the range of x for which no effect occurs |
beta |
the exponential decay rate |
alpha |
the offset of a gaussian y response variable |
d |
the exponent used in the sigmoidal models |
bot |
the lower plateau |
slope |
the slope of the positive linear increase in the hormesis model |
A list containing x and fitted y, with up and lw values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.