This function performs TSK analysis for numeric input.
Usage
# S3 method for class 'numeric'
tsk(
x,
n,
r,
control = 0,
trim = 0,
conf.level = 0.95,
use.log.doses = TRUE,
...
)Arguments
- x
A numeric vector of doses.
- n
A numeric vector of total counts.
- r
A numeric vector of response counts.
- control
A numeric value indicating the control dose (default is 0).
- trim
A numeric value indicating the trim level (default is 0).
- conf.level
A numeric value indicating the confidence level (default is 0.95).
- use.log.doses
A logical value indicating whether to use log-transformed doses (default is TRUE).
- ...
Additional arguments passed to the function.