cca_table: Calculates the Corrected Covered Area (CCA) Index

View source: R/cca_table.R

cca_tableR Documentation

Calculates the Corrected Covered Area (CCA) Index

Description

It creates a data frame with the pairwise CCA for each possible pair of SRs from the citation matrix and the overall CCA. It is taking as input the citation matrix.

Usage

cca_table(cm)

Arguments

cm

Defines the data frame containing 1s, 0s, and NAs (in case of structural missingness).

Value

res

Examples

DATASET <- readxl::read_excel(system.file('extdata','cca.xlsx', package = 'ccaR'))

tb <- cca_table(DATASET)




thdiakon/ccaR documentation built on Sept. 4, 2022, 10:54 p.m.