| print.rmcorr | R Documentation |
Print, summarize, and plot methods for pairwise
repeated-measures correlation objects of class "rmcorr" and
"summary.rmcorr".
## S3 method for class 'rmcorr'
print(
x,
digits = 4,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
## S3 method for class 'rmcorr'
summary(
object,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
## S3 method for class 'summary.rmcorr'
print(
x,
digits = 4,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
## S3 method for class 'rmcorr'
plot(
x,
title = NULL,
point_alpha = 0.8,
line_width = 0.8,
show_legend = FALSE,
show_value = TRUE,
...
)
x |
An object of class |
digits |
Number of significant digits to print. |
n |
Optional row threshold for compact preview output. |
topn |
Optional number of leading/trailing rows to show when truncated. |
max_vars |
Optional maximum number of visible columns; |
width |
Optional display width; defaults to |
show_ci |
One of |
... |
Additional arguments passed to downstream methods. For
|
object |
An object of class |
title |
Optional plot title for |
point_alpha |
Alpha transparency for scatterplot points. |
line_width |
Line width for subject-specific fitted lines. |
show_legend |
Logical; if |
show_value |
Logical; included for a consistent plotting interface. Pairwise repeated-measures plots do not overlay numeric cell values, so this argument currently has no effect. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.