summary.alpha {coefficientalpha} | R Documentation |
Print alpha/omega and its confidence interval.
Description
Print alpha/omega and its confidence interval.
Usage
## S3 method for class 'alpha'
summary(object, type = "raw", prob = 0.95,...)
## S3 method for class 'omega'
summary(object, type = "raw", prob = 0.95,...)
Arguments
object |
|
type |
If not |
prob |
Alpha level for confidence interval. By default, the 95 |
... |
Option can be passed to the summary function. |
Author(s)
Zhiyong Zhang and Ke-Hai Yuan
References
Zhang, Z. & Yuan, K.-H. (2014). Robust Coefficients Alpha and Omega and their Confidence Intervals: Methods and Software.
Examples
data(example)
res<-alpha(example, varphi=.01)
## diagnostic plot
plot(res, type='d')
## alpha with varphi=.01 & standard error
res<-alpha(example, varphi=.01, se=TRUE)
## confidence interval
summary(res)
[Package coefficientalpha version 0.7.2 Index]