Description Usage Arguments Value
View source: R/matrizRelacional.R
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".
1 | matrizRelacional(data_df, criterio1, criterio2)
|
data_df |
dataframe that will be worked |
criterio1 |
criterion of the column "Questions" |
criterio2 |
criterion of the column "Questions" |
An relational matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.