Skip to contents

Print summary of MC results

Usage

summaryServings.qraLm(x, ...)

Arguments

x

qraLm object. See Lot2LotGen()

...

optional plot parameters passed to the plot function

Author

Vasco Cadavez

Examples

dat <- Lot2LotGen(
  nLots = 500,
  sizeLot = 500,
  unitSize = 500,
  betaAlpha = 0.5112,
  betaBeta = 9.959,
  C0MeanLog = 1.023,
  C0SdLog = 0.3267,
  propVarInter = 0.7
)

dat1 <- fvDefrost(dat,
  Temp = 8,
  time = 2,
  MPD = 8.00,
  Tmin = -1.18,
  meanEGR5 = 0.0117,
  sdEGR5 = 0.00816,
  servingSize = 50,
  pDefrost = 0
)

#summaryServings.qraLm(dat1)