getSuccessByLength: Get Success Statistics by Length of Trial

View source: R/analyzeSim.r

getSuccessByLengthR Documentation

Get Success Statistics by Length of Trial

Description

Returns a data frame with one row for each length of a trial. It includes the frequency (number of trials with that length); how many (count) were succcessful vs the target and vs 0; the percentage success rates, the cumulative counts and percentages.

Usage

getSuccessByLength(sim, simResult = "simulation")

Arguments

sim

Simulation object after running simulate function

simResult

Name of item in sim with results (class = 'simResult')

Value

data frame

Examples

## Not run: getSuccessByLength(sim)

rexmacey/aasim documentation built on Oct. 29, 2024, 9:30 a.m.