print.reliability {umx} | R Documentation |
Print a scale "reliability" object
Description
Print method for the reliability()
function.
Usage
## S3 method for class 'reliability'
print(x, digits = 4, ...)
Arguments
x |
A |
digits |
The rounding precision. |
... |
further arguments passed to or from other methods |
Value
invisible reliability object (x)
See Also
Examples
# treat vehicle aspects as items of a test
data(mtcars)
reliability(cov(mtcars))
[Package umx version 4.20.0 Index]