Report for Influential Data in Linear Regression"

Regression summary

Full model with all data points:

summary(res.infl()[["fullModel"]])

Final model with influencer(s) removed:

summary(res.infl()[["finalModel"]])

Influential data points:

SEL <- res.infl()[["selected"]]
res.infl()[["fullData"]][SEL, ]

Message:

if (res.infl()[["prev"]]) print("ATTENTION: Slope p-value was reversed !")


Try the reverseR package in your browser

Any scripts or data that you put into this service are public.

reverseR documentation built on May 2, 2019, 10:59 a.m.