View source: R/variable_type.R
Variable_Type | R Documentation |
Specify Variable Type
variable_type(type = NULL, levels = NULL, bounds = NULL, x = NULL,
pcontinuous = getOption("sl3.pcontinuous"))
type |
A type name. Valid choices include "binomial", "categorical", "continuous", and "multivariate". When not specified, this is inferred. |
levels |
Valid levels for discrete types. |
bounds |
Bounds for continuous variables. |
x |
Data to use for inferring type if not specified. |
pcontinuous |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.