View source: R/safeS3Methods.R
getNameAlternative | R Documentation |
Helper function that outputs the alternative hypothesis of the analysis.
getNameAlternative( alternative = c("twoSided", "greater", "less"), testType, h0 = 0 )
alternative |
A character string. "twoSided", "greater", "less". |
testType |
A character string either "oneSample", "paired", "twoSample", "gLogrank", or "eLogrank". |
h0 |
the value of the null hypothesis |
Returns a character string with the name of the analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.