Learn R Programming

aop (version 1.0.0)

pod_slope_analysis: This is intended as an internal function to facilitate the identification of the concentration where the asymptote is likely to end based on a slope threshold, so that the mean of the upper confidence limit for the asymptote can be calculated.

Description

An internal function for calculating the boundary of the lower asymptote.

Usage

pod_slope_analysis(pod_slope_data, slope_threshold = 10)

Arguments

pod_slope_data
the data.frame object that contains the concentration and slope data.
slope_threshold
the numeric object that sets the threshold for the slope. This determines the upper bound on the concentration range that is determined to be the asymptote. In other words, the asymptote is defined as that region that has a slope less than the threshold at the lower end of the concentration-response curve.