Description Usage Arguments Value Examples
Perform chi-squared test for equivalence of tumor rates between treatments
1 | TumorRate(a, b)
|
a |
A matrix object with rows corresponding to the different treatments and columns correspond to the time periods observed. In the case of incidental tumors discovered at necropsy Matrix a should contain the counts of the number of necropsies at which a tumor was found. In the case of comparing the rates of tumors diagnosed during life or which caused the death of the animal matrix A should containn the number of animals which died of a tumor or had a tumor diagnosed during the week. |
b |
A matrix object with rows corresponding to the treatments and columns corresponding to the time periods observed. In the case of incidental tumors discovered at necropsy matrix B should contain the number of necropsies of animals which did not have a tumor diagnosed before death and which did not die of a tumor. In the case of comparing the rates of tumors diagnosed during life or which caused the death of the animal matrix B should contain the number of animals still alive without a diagnosed tumor at the beginning of the week. |
The chi-squared test p-value.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.