print.rmc: Print the results of a repeated measures correlation

View source: R/rmcorr.R

print.rmcR Documentation

Print the results of a repeated measures correlation

Description

Print the results of a repeated measures correlation

Usage

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

Arguments

x

An object of class "rmc", a result of a call to rmcorr.

...

additional arguments to print.

See Also

rmcorr

Examples

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

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