View source: R/np_boot_ccc_by_time.R
np_boot_ccc_by_time | R Documentation |
Non-parametric cluster bootstrap to make inference on the concordance correlation coefficient by time variable
np_boot_ccc_by_time(
dataset,
ry,
rind,
rmet,
rtime,
covar = NULL,
int = FALSE,
cl = 0.95,
control.lme = list(),
nboot = 500,
future_seed = 123
)
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. |
rmet |
Character string. Name of the method variable in the data set. |
rtime |
Character string. Name of the time variable in the data set. |
covar |
Character vector. Name of covariates to include in the linear mixed model as fixed effects. |
int |
Binary indicating if the subject-method interaction has to be included in the model when analyzing the non-longitudinal setting (defaults to FALSE). |
cl |
Confidence level. |
control.lme |
A list of control values for the estimation algorithm used in |
nboot |
Number of bootstrap resamples. |
future_seed |
Logical/Integer. The seed to be used for parallellization. Further details in |
Vector of CCC bootstrap estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.