Summary method for the simulater function

# S3 method for simulater
summary(object, dec = 4, ...)

Arguments

object

Return value from simulater

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/model/simulater.html for an example in Radiant

See also

simulater to generate the results

plot.simulater to plot results

Examples

simdat <- simulater(norm = "demand 2000 1000", seed = 1234) summary(simdat)
#> 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 #>