ccclon | R Documentation |
Concordance Correlation Coefficient for longitudinal repeated measures estimated by variance components
ccclon(
dataset,
ry,
rind,
rtime,
rmet,
covar = NULL,
rho = 0,
cl = 0.95,
control.lme = list()
)
dataset |
an object of class |
ry |
Character string. Name of the outcome in the data set. |
rind |
Character string. Name of the subject variable in the data set. |
rtime |
Character string. Name of the time variable in the data set. |
rmet |
Character string. Name of the method variable in the data set. |
covar |
Character vector. Name of covariates to include in the linear mixed model as fixed effects. |
rho |
Within subject correlation structure. A value of 0 (default option) stands for compound symmetry and 1 is used for autorregressive of order 1 structure. |
cl |
Confidence level. |
control.lme |
A list of control values for the estimation algorithm used in |
This function has been deprecated. See ccc_vc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.