summary.simulater {radiant.model} | R Documentation |
Summary method for the simulater function
Description
Summary method for the simulater function
Usage
## S3 method for class 'simulater'
summary(object, dec = 4, ...)
Arguments
object |
Return value from |
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)
[Package radiant.model version 1.6.6 Index]