vars: List variables in a yai object

varsR Documentation

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

yvars

A character vector of Y-variables.

xvars

A character vector of X-variables.

vars

A list of both vectors.

Author(s)

Nicholas L. Crookston ncrookston.fs@gmail.com
Andrew O. Finley finleya@msu.edu

See Also

yai


yaImpute documentation built on Nov. 4, 2022, 1:06 a.m.

Related to vars in yaImpute...