umx (version 4.20.0)

print.reliability: Print a scale "reliability" object

Description

Print method for the reliability() function.

Usage

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

Value

  • invisible reliability object (x)

Arguments

x

A reliability() result.

digits

The rounding precision.

...

further arguments passed to or from other methods

See Also

Examples

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

Run the code above in your browser using DataLab