RTdist: RTdist: Normalized Density Estimates

Description Usage Arguments Value Examples

Description

Estimated Gaussian kernel density at each 1/10 second of recall test period, using a bandwidth of 1. Density results are normalized so that the sum of the densities at each output positions is 1.

Usage

1
RTdist(RT, time = 90)

Arguments

RT
time

Totall test duration measured in seconds. Density is estimated at every tenth of a second between .1 and time

Value

A data frame

Examples

1
2
preds <- CFR_PCR(summarised=FALSE)
 dist <- preds %>% group_by(class,obsOrder) %>% RTdist()

wjhopper/FAM documentation built on May 4, 2019, 7:33 a.m.