Print a scale "reliability" object
Print method for the reliability()
function.
## S3 method for class 'reliability' print(x, digits = 4, ...)
x |
A |
digits |
The rounding precision. |
... |
further arguments passed to or from other methods |
invisible reliability object (x)
# treat vehicle aspects as items of a test data(mtcars) reliability(cov(mtcars))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.