summary for simpleSlope object
return summaries for simpleSlope object
## S3 method for class 'simpleSlope' summary(object,...)
object,... |
a simpleSlope object |
The function summary is used to obtain the summary of the simpleSlope results.
Alberto Mirisola and Luciano Seta
library(car) data(Highway1) model3<-lmres(rate~len*trks*sigs1, centered=c("len","trks","sigs1"),data=Highway1) S_slopes<-simpleSlope(model3,pred="len",mod1="trks", mod2="sigs1") summary(S_slopes) ## The function is currently defined as function (object,...)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.