View source: R/validate.htest.alternative.R
validate.htest.alternative | R Documentation |
Verifies that the alternative hypothesis argument matches a set of correct values. If nonconforming, then stop() is called
validate.htest.alternative(
alternative,
allowed = c("two.sided", "less", "greater")
)
alternative |
Scalar/character - The value to test |
allowed |
Vector/character - Possible values |
no return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.