Description Usage Arguments Value
View source: R/Tukey_trend_test.R
Two tests can be implemented based on permutation or based on asymptotic assumptions
1 | Tukey_trend_test(rank, rsam = 1000, alpha = 0.05)
|
rank |
The rank output from DOOR.rank function, need to include two columns: "DOOR.rank" and "Dose". Make sure to have the actual dose levels for each subject, column name is "Dose", make sure it is numeric and controls have the lowest dose level |
rsam |
Number of permutations to perform, default = 1000 |
alpha |
Desired type I error level, defalt = 0.05 |
The results of Tukey's Trend Test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.