trialdev: Calculates trial deviation for simulated trials (drops).

Description Usage Arguments Value Author(s) See Also Examples

View source: R/trialdev.R

Description

trialdev creates a data.table with the average distances from q for the total percent of reactions (failures).

Usage

1
trialdev(sim.values)

Arguments

sim.values

Data table. Data table produced by droptest::dtrials, droptest::dseries, or droptest::dgroups.

Value

Data table of q, p, trial deviation, and average total trials per test. Aggregated by q.

Author(s)

Chad Ross chad.ross@gmail.com

See Also

dtrials dseries dgroups droptest

Examples

1
  trialdev(dtrials(q = 0.05, max.trials = 60, fail.criteria = 2))

droptest documentation built on May 1, 2019, 10:14 p.m.

Related to trialdev in droptest...