print.rmcmat: Print the repeated measures correlation matrix

View source: R/rmcorr_mat.R

print.rmcmatR Documentation

Print the repeated measures correlation matrix

Description

Print the repeated measures correlation matrix

Usage

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

Arguments

x

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

...

additional arguments to print.

See Also

rmcorr_mat,rmcorr

Examples

## Bland Altman 1995 data
blandrmc <- rmcorr(Subject, PaCO2, pH, bland1995)
blandrmc

rmcorr documentation built on Aug. 9, 2023, 5:06 p.m.