summary.fars_density {FARS} | R Documentation |
Summary method for fars_density objects
Description
Provides summary statistics of the density estimation for each time observation, including the mean, median, and standard deviation of the simulated distribution.
Usage
## S3 method for class 'fars_density'
summary(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments (ignored). |
Value
A data frame with one row per time observation and columns:
Observation
, Mean
, Median
, and StdDev
.
The object is also printed to the console and returned invisibly.
[Package FARS version 0.5.0 Index]