summary.simpleSlope: summary for simpleSlope object

Description Usage Arguments Value Author(s) Examples

Description

return summaries for simpleSlope object

Usage

1
2
## S3 method for class 'simpleSlope'
summary(object,...)

Arguments

object,...

a simpleSlope object

Value

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

Author(s)

Alberto Mirisola and Luciano Seta

Examples

1
2
3
4
5
6
7
8
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,...) 

pequod documentation built on May 2, 2019, 7:11 a.m.