View source: R/betaDelta-methods-beta-delta.R
summary.betadelta | R Documentation |
betadelta
Summary Method for an Object of Class betadelta
## S3 method for class 'betadelta'
summary(object, alpha = NULL, digits = 4, ...)
object |
Object of class |
alpha |
Numeric vector.
Significance level |
digits |
Digits to print. |
... |
additional arguments. |
Returns a matrix of standardized regression slopes, standard errors, test statistics, degrees of freedom, p-values, and confidence intervals.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaDelta(object)
summary(std)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.