View source: R/ImputeRegressionMulti.R
CheckNumeric | R Documentation |
Possibly changed data is retuned
CheckNumeric(
x,
minLimit = -Inf,
maxLimit = Inf,
setNA = TRUE,
allowMissing = TRUE,
allowInf = FALSE,
varName = "Variable"
)
x |
numeric vector or matrix |
minLimit |
lower limit |
maxLimit |
upper limit |
setNA |
When TRUE values outside limits are set to NA instead of error |
allowMissing |
When FALSE missing values cause error |
allowInf |
When FALSE -Inf and Inf always considered outside limits |
varName |
String used in warning or error message |
x is retuned, possibly changed
CheckNumeric(-1:10,minLimit=0,varName="Hello")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.