questions_stats | R Documentation |
Calculate summary statistics for each questions of Moodle Grade Report (See Details).
questions_stats(data, show = NULL)
data |
(GradesReport) A data frame of class "GradesReport" |
show |
If |
questions_stats()
calculate grouped summary statistics by questions ("Q").
You can specify which parameters to calculate by show
argument.
a data frame of summary statistics
library(moodleStats) # Prepare grades_df_preped <- prep_grades_report(grades_df) # Calculate questions_stats(grades_df_preped, show = c("n", "min", "max", "mean"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.