Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.simpleSlope

summary for simpleSlope object


Description

return summaries for simpleSlope object

Usage

## 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

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

Moderated Regression Package

v0.0-5
GPL-2
Authors
Alberto Mirisola & Luciano Seta
Initial release
2016-2-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.