matrizRelacional: Title matrizRelacional

Description Usage Arguments Value

View source: R/matrizRelacional.R

Description

Function that transforms a data set into a relationship matrix between two criteria. The required format of the input dataframe is 7 columns: "Id", "Time.of.Screening", "Title", "Authors", "Question", "List.of.Reviewers" and "Answers".

Usage

1
matrizRelacional(data_df, criterio1, criterio2)

Arguments

data_df

dataframe that will be worked

criterio1

criterion of the column "Questions"

criterio2

criterion of the column "Questions"

Value

An relational matrix


franciscoxaxo/sankeydiagram documentation built on Dec. 20, 2021, 8:51 a.m.