variables {classifly}R Documentation

Variables

Description

Extract predictor and response variables for a model object.

Usage

variables(model)

Arguments

model model object

Details

Due to the way that most model objects are stored, you also need to supply the data set you used with the original data set. It currently doesn't support model fitted without using a data argument.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package classifly version 0.2.3 Index]