analyze.mult.add.data.batch: Analyze batch data generated by 'sim.fit.mult.add.data.batch'

Description Usage Arguments Details Value

View source: R/batch_analysis_fnxs.R

Description

Analyze batch data generated by sim.fit.mult.add.data.batch

Usage

1
2
analyze.mult.add.data.batch(mut.vals, coe.vals, sig.vals, inpath, relative,
  coes)

Arguments

mut.vals

Vector of number of mutations to simulate

coe.vals

Vector of stickbreaking coefficients to analyze

sig.vals

Vector of sigma values to analyze

inpath

The path to read input files from. Generally same as outpath from sim.fit.stick.data.batch.

relative

TRUE/FALSE. Should bias and rMSE be divided by parameter value to make them relative values?

coes

Vector of stickbreaking coefficients for each mutation

Details

This function assesses bias and relative root mean squared error (rMSE) from the data generated by sim.fit.mult.add.data.batch.

Value

error.table A data frame with the parametric conditions and the failure rate, bias and rMSE for the parameters d, the stickbreaking coefficients, and sigma.


Stickbreaker documentation built on May 29, 2017, 9:01 a.m.