View source: R/concordance.h.R
concordance | R Documentation |
Concordance Correlation
concordance(
data,
vars,
dep,
covs,
id,
cc = FALSE,
mat = FALSE,
ccp = FALSE,
bap = FALSE,
width = 500,
height = 500,
width1 = 500,
height1 = 500
)
data |
. |
vars |
. |
dep |
. |
covs |
. |
id |
. |
cc |
. |
mat |
. |
ccp |
. |
bap |
. |
width |
. |
height |
. |
width1 |
. |
height1 |
. |
A results object containing:
results$instructions | a html | ||||
results$cc | a table | ||||
results$plot | an image | ||||
results$plot1 | an image | ||||
results$mat | a table | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$cc$asDF
as.data.frame(results$cc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.