summaryLot Generic print function to print the between lots MC summary statistics
Source:R/summaryLot.qraLm.R
summaryLot.qraLm.Rd
Print summary MC results at Lot level
Arguments
- x
qraLm object. See
Lot2LotGen()
- ...
optional plot parameters passed to the plot function
Examples
prod <- Lot2LotGen(
nLots = 1000,
sizeLot = 1000,
unitSize = 500,
betaAlpha = 0.5112,
betaBeta = 9.959,
C0MeanLog = 1.023,
C0SdLog = 0.3267,
propVarInter = 0.7,
Poisson = FALSE
)
summaryLot.qraLm(prod)