umx (version 4.0.0)

print.reliability: Print a scale "reliability" object

Description

Print method for the umx::reliability() function.

Usage

# S3 method for reliability
print(x, digits = 4, ...)

Arguments

digits

The rounding precision.

...

further arguments passed to or from other methods

Value

  • invisible reliability object (x)

See Also

Examples

Run this code
# NOT RUN {
# treat vehicle aspects as items of a test
data(mtcars)
reliability(cov(mtcars))
# }

Run the code above in your browser using DataLab