View source: R/dataset_stats.R
dataset_stats | R Documentation |
dataset_stats
describes several specifications regarding the data set,
these are: Number of participants, number of unique facts, number of lessons,
number of unique user-fact combinations, participants per lesson, facts per
lesson, unique user-fact combinations per lesson, average RT per lesson,
average accuracy per lesson, lessons per participant and sessions per
participant.
dataset_stats(data)
data |
A data frame |
The number of participants, number of unique facts, number of lessons, participants per lesson, average RT per lesson and average accuracy per lesson are always printed in the console. The data frame with the sessions and lessons per participants is not printed, since the amount of participants can be substantial. All information can be found in $general, $lessons and $participants.
Three data frames ($general, $lessons, $participants)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.