predict_NECmod: predict_NECmod

Description Usage Arguments Value

View source: R/Predict_fitted_vals.R

Description

Calculates predicted y (response) values for a supplied vector of x (concentration) values

Usage

 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
)

Arguments

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

Value

A list containing x and fitted y, with up and lw values


AIMS/NEC-estimation documentation built on Dec. 7, 2020, 10:44 a.m.