cca | R Documentation |
It calculates the overall CCA index for the entire citation matrix. It is taking as input the citation matrix.
cca(cm)
cm |
Defines the data frame containing 1s, 0s, and NAs (in case of structural missingness). |
res
DATASET <- readxl::read_excel(system.file('extdata','cca.xlsx', package = 'ccaR')) tb <- cca(DATASET)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.