Learn R Programming

pequod (version 0.0-5)

summary.simpleSlope: summary for simpleSlope object

Description

return summaries for simpleSlope object

Usage

"summary"(object,...)

Arguments

object,...
a simpleSlope object

Value

The function summary is used to obtain the summary of the simpleSlope results.

Examples

Run this code

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,...) 

Run the code above in your browser using DataLab