computeConfidence: Compute mean confidence as a percentage for each participant...

Description Usage Arguments Value Examples

Description

Compute the mean of all 'c' columns (scored 1 for correct and 0 for incorrect) for each participant (row). To be called with compute().

Usage

1
computeConfidence(x, group = c(T), na.rm = TRUE)

Arguments

x

Data frame from phd sample.

group

Logical vector used to return a group of the candidate results. See ?getCol for details.

na.rm

logical. Should missing values (including NaN) be omitted from the calculations? Default = True

Value

Confidence vector.

Examples

1

drsimonj/jacksonphd documentation built on May 15, 2019, 2:52 p.m.