summary.fars_density: Summary method for fars_density objects

View source: R/summary.fars_density.R

summary.fars_densityR 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 fars_density.

...

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.


FARS documentation built on Aug. 8, 2025, 7:33 p.m.