meanscore: Calculate raw score for speed and accuracy games

Description Usage Arguments Value

View source: R/meanscore.R

Description

This function calculates raw scores for tests that requires both accuracy and speed. The score is calculated by get the number of correct per minute.

Usage

1
meanscore(data, dur = 3, ...)

Arguments

data

Raw data of class data.frame.

dur

The time consumed in minute to complete the test.

...

Other input argument for future expansion.

Value

The raw score calculated of double type.


psychelzh/dataprocr documentation built on Oct. 12, 2019, 1:50 a.m.