powered by
A list of all coefficients of a model fit, possibly with respective statistics
termeffects(object, se = 2, df = df.residual(object), rlv = TRUE, rlv.threshold = getOption("rlv.threshold"), ...)
a list with a component for each term in the model formula. Each component is a termtable for the coefficients corresponding to the term.
list
termtable
a model fit, produced, e.g., by a call to lm or regr.
lm
regr
logical: Should inference statistics be generated?
degrees of freedom for t-test
logical: Should relevances be calculated?
Relevance thresholds, see inference
inference
further arguments, passed to inference
Werner A. Stahel
dummy.coef, inference, termtable
data(d.blast) r.blast <- lm(log10(tremor)~location+log10(distance)+log10(charge), data=d.blast) termeffects(r.blast)
Run the code above in your browser using DataLab