vars: List variables in a yai object
Description
Provides a character vector, or a list of character vectors
of all the variables in a yai
object,
just the X-variables (xvars
), or just the Y-variables (yvars
).Usage
vars(object)
xvars(object)
yvars(object)
Arguments
object
an object created by yai
. Value
- yvarsA charactor vector of Y-variables.
- xvarsA charactor vector of X-variables.
- varsA list of both vectors.