R/check-scalar-isAlpha.R
check-scalar-isAlpha.Rd
An alpha level must be numeric(1) greater than 0 and less than 1.
numeric(1)
isAlpha(x)
Object.
TRUE on success; FALSE on failure, with cause set.
TRUE
FALSE
Updated 2019-08-10.
## TRUE ==== isAlpha(0.05) #> [1] TRUE ## FALSE ==== isAlpha("xxx") #> [1] FALSE isAlpha(1L) #> [1] FALSE