blineShift {tcpl} | R Documentation |
blineShift
Takes in dose-response data and shifts the baseline
to 0 based on the window.
blineShift(resp, conc, wndw)
resp |
Numeric, the response values |
conc |
Numeric, the concentration values |
wndw |
Numeric, the threshold window |
A numeric vector containing the shifted response values
This function is not exported and is not intended to be used by the user.