Skip to contents

This function performs TSK analysis for data frame input.

Usage

# S3 method for class 'data.frame'
tsk(input, control = 0, trim = 0, conf.level = 0.95, use.log.doses = TRUE, ...)

Arguments

input

A data frame containing the columns x (doses), n (total counts), and r (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.

Value

The result of the TSK analysis.