parseFormula {asuR}R Documentation

providing names and data from model objects

Description

internal use only

Usage

## S3 method for class 'lm':
parseFormula(mymodel, ...)

Arguments

mymodel a fitted model object
... further arguments

Value

response.var the name of the response variable
response.term the name with transformation of the response variable
predict.vars.numeric the name of the numeric predictor variables
predict.terms.numeric the name with transformation of the numeric predictor variables
index_coef.terms.numeric the index of the numeric terms in the vector returned by coef()
my.data the data used for model fitting
response.values the values of the response variable
intercept.logical logical flag: is there an intercept

Note

under construction

Author(s)

thomas.fabbro@unibas.ch

See Also

inspect

Examples

##

[Package asuR version 0.08-24 Index]