summary.diffbetadelta: Summary Method for an Object of Class 'diffbetadelta'

View source: R/betaDelta-methods-diff-beta-delta.R

summary.diffbetadeltaR Documentation

Summary Method for an Object of Class diffbetadelta

Description

Summary Method for an Object of Class diffbetadelta

Usage

## S3 method for class 'diffbetadelta'
summary(object, alpha = NULL, digits = 4, ...)

Arguments

object

Object of class diffbetadelta.

alpha

Numeric vector. Significance level \alpha. If alpha = NULL, use the argument alpha used in object.

digits

Digits to print.

...

additional arguments.

Value

Returns a matrix of standardized regression slopes, standard errors, test statistics, degrees of freedom, p-values, and confidence intervals.

Author(s)

Ivan Jacob Agaloos Pesigan

Examples

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


betaDelta documentation built on May 29, 2024, 1:58 a.m.