dseries: Completes multiple series of simulated drop tests.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/dseries.R

Description

dseries returns a series of simulated drop tests. Where each test consists of trials (drops).

Usage

1
dseries(num.series, tag.group = FALSE, group = 0, ...)

Arguments

num.series

Integer. Specifies how many series of drop tests to simulate.

tag.group

Logical. If TRUE, group number is included in output data table. Default is FALSE.

group

Integer. Assigns a group number to each simulated drop test within the same series. Only if tag.group is TRUE. Default is 0.

...

Passes q, max.trials, fail.criteria, and fail.criteria to dtrials. All are optional except q.

Value

Data table of multiple simulated drop tests. Each row of the data.table represents one simulated drop test. Containing the following elements:

Author(s)

Chad Ross chad.ross@gmail.com

See Also

dtrials droptest

Examples

1
2
3
4
  dseries(num.series = 5, q = 0.05)
  dseries(num.series = 5, q = 0.05, max.trials = 60)
  dseries(num.series = 5, q = 0.05, max.trials = 60, fail.criteria = 2)
  

chadr/droptest documentation built on May 20, 2019, 9:14 p.m.