getSuccessByLength | R Documentation |
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.
getSuccessByLength(sim, simResult = "simulation")
sim |
Simulation object after running simulate function |
simResult |
Name of item in sim with results (class = 'simResult') |
data frame
## Not run: getSuccessByLength(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.