Learn R Programming

betaDelta (version 1.0.6)

confint.diffbetadelta: Confidence Intervals for Differences of Standardized Regression Slopes

Description

Confidence Intervals for Differences of Standardized Regression Slopes

Usage

# S3 method for diffbetadelta
confint(object, parm = NULL, level = 0.95, ...)

Value

Returns a matrix of confidence intervals.

Arguments

object

Object of class diffbetadelta.

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

Run this code
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaDelta(object)
diff <- DiffBetaDelta(std)
confint(diff)

Run the code above in your browser using DataLab