tesc_matrix: Internal. Used to build the 'tesc_matrix_1' and...

Description Usage Arguments Value

Description

Builds the matrix of weights only for the people that are currently part of TESC. For each paper it checks which authors are part of the TESC and it extracts them preserving the order. The newly extract vector for a particular paper represents how people TESC members collaborated in that case. The first one is considered to have collaborated with the rest of the authors in the vector. Each such edge is awarded one point in the matrix of weights.

Usage

1
tesc_matrix(authorship_data, tesc_data, verbose = T)

Arguments

authorship_data

(list of vectors) Each vectors represents the TSB authors that collaborated on that paper.

tesc_data

(data frame) A square matrix with only the authors that are TESC collaborators and the output of the tesc_data function.

verbose

(bool)

Value

A square matrix with only the authors that are TESC collaborators and the subsequent weights indicating the way they collaborated.


mihaiconstantin/ina documentation built on May 29, 2019, 5:42 a.m.