print.diffbetadelta {betaDelta} | R Documentation |
Print Method for an Object of Class diffbetadelta
Description
Print Method for an Object of Class diffbetadelta
Usage
## S3 method for class 'diffbetadelta'
print(x, alpha = NULL, digits = 4, ...)
Arguments
x |
Object of class |
alpha |
Numeric vector.
Significance level |
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)
print(diff)
[Package betaDelta version 1.0.5 Index]