dataset_stats: Descriptive specifications about the data set

View source: R/dataset_stats.R

dataset_statsR Documentation

Descriptive specifications about the data set

Description

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.

Usage

dataset_stats(data)

Arguments

data

A data frame

Details

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.

Value

Three data frames ($general, $lessons, $participants)


VanRijnLab/SlimStampeRData documentation built on July 26, 2022, 7:31 p.m.