parseFormula {asuR} | R Documentation |
internal use only
## S3 method for class 'lm': parseFormula(mymodel, ...)
mymodel |
a fitted model object |
... |
further arguments |
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 |
under construction
##