cca: Calculates the overall Corrected Covered Area (CCA) Index

View source: R/cca.R

ccaR Documentation

Calculates the overall Corrected Covered Area (CCA) Index

Description

It calculates the overall CCA index for the entire citation matrix. It is taking as input the citation matrix.

Usage

cca(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(DATASET)




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