explanatory_vars {mosaicModel}R Documentation

Get the names of the explanatory or response variables in a model

Description

This will typically not be used by the end_user. These functions let you interrogate any model architecture that's covered by mosaicModel about the response and explanatory variables. These are used internally in functions such as mod_plot.

Usage

explanatory_vars(model, ...)

Arguments

model

the model in question

...

(not used)


[Package mosaicModel version 0.3.0 Index]