Description Usage Arguments Value Examples
This function will calculate the number of questions made by each individual in each phase.
1 | get_nb_questions(table, phases)
|
table |
A data.table object containing the scores. |
phases |
A number indicating how many phases you have chosen to split the analysis into. |
A data.table object with the results for each indivdual, across the number of phases you have chosen.
1 | tab <- progression_score(table,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.