Dosecolumn should be assigned the name of the dose column in the input dataframe.
Targetcolumn should be assigned the name of the response column in the input dataframe.
Tests is defaulted to run all tests available, given the data_type defined.If the data_type is defined as "continuous", Dunnett's, Dunn's, and Dunnett's T3 tests
are available and are all executed (default), unless tests is defined as a subset of the
list: c("dunnetts", "dunns", "dunnettst3"). The input data frame is expected to include
a numeric column containing the dose and a numeric column containing a continuous
response variable.
When data_type is defined as "dichotomous" for a dichotomous response variable,
the Fisher's exact test is available and executed, with the tests parameter is either left
at the c("all") default or specified as c("fishers.exact"). The control dose is defaulted
to the lowest observed dose, unless a different control dose is provided as a string to
the control parameter. The input data frame is expected to include summarized data of
dichotomous outcome tests: one row for each dose, the total number tested at that dose,
and the total number of events observed at that dose.
The alternative parameter specifies the direction(s) of the alternative hypothesis.
All alternatives listed will be tested.
The alpha level determining significance can be specified.