plotBuilder_lcc: Generate a Longitudinal Concordance Correlation Plot

View source: R/plotBuilder_lcc.R

plotBuilder_lccR Documentation

Generate a Longitudinal Concordance Correlation Plot

Description

Produces a longitudinal concordance correlation plot from fitted and sampled values with optional non-parametric confidence intervals.

Usage

plotBuilder_lcc(rho, ENV.LCC, tk.plot, CCC, tk.plot2, ldb, model, ci, arg, ...)

Arguments

rho

Vector of LCC values.

ENV.LCC

Environment matrix for LCC values, used for confidence intervals.

tk.plot

Time points for LCC values.

CCC

Matrix or list of CCC values.

tk.plot2

Time points for CCC values.

ldb

Number of levels in the data.

model

The model object from which data was extracted.

ci

Logical, indicating if confidence intervals should be included.

arg

List of graphical arguments.

...

Additional arguments for ggplot.


Prof-ThiagoOliveira/lcc documentation built on Dec. 9, 2023, 12:10 a.m.