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