Summary method for the simulater function
# S3 method for simulater summary(object, dec = 4, ...)
object | Return value from |
---|---|
dec | Number of decimals to show |
... | further arguments passed to or from other methods |
See https://radiant-rstats.github.io/docs/model/simulater.html for an example in Radiant
simulater
to generate the results
plot.simulater
to plot results
#> Simulation #> Simulations: 1,000 #> Random seed: 1234 #> Sim data : simdat #> Normal : demand 2000 1000 #> #> Variables: #> variable n_obs mean sd min p25 median #> demand 1,000 1,973.4028 997.3377 -1,396.0635 1,326.7463 1,960.2058 #> p75 max #> 2,615.8186 5,195.9012 #>