print.reliability | R Documentation |
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)
print()
, reliability()
,
# treat vehicle aspects as items of a test
data(mtcars)
reliability(cov(mtcars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.