Skip to contents

Print the repeated measures correlation matrix

Usage

# S3 method for rmcmat
print(x, ...)

Arguments

x

An object of class "rmcmat", a result of a call to rmcorr_mat.

...

additional arguments to print.

See also

Examples

## Bland Altman 1995 data
blandrmc <- rmcorr(Subject, PaCO2, pH, bland1995)
#> Warning: 'Subject' coerced into a factor
blandrmc
#> 
#> Repeated measures correlation
#> 
#> r
#> -0.5067697
#> 
#> degrees of freedom
#> 38
#> 
#> p-value
#> 0.0008471081
#> 
#> 95% confidence interval
#> -0.7067146 -0.2318631 
#>