Specify variable type
Variable_Type variable_type(type = NULL, levels = NULL, bounds = NULL, x = NULL, pcontinuous = getOption("sl3.pcontinuous"))
type | A type name. |
---|---|
levels | Valid levels for discrete types. |
bounds | Bounds for continous variables. |
x | Data to use for inferring type if not specified. |
pcontinuous | If |
An object of class R6ClassGenerator
of length 24.