mean_min_max_table: Make a table with min, max, and mean values by location

View source: R/dfmip.R

mean_min_max_tableR Documentation

Make a table with min, max, and mean values by location

Description

Goal is to plot out the extremes and the mean for each county in the US. May take a short while to run (~1min).

Usage

mean_min_max_table(forecast.distributions, outfile, n.draws)

Arguments

forecast.distributions

The forecast.distributions output from the dfmip function. The first 6 columns are informational, followed by n.draw prediction columns, followed by any columns added subsequently by the user.

outfile

The file to be written (including the path where it should be written to, if not in the current workspace)

n.draws

The number of columns corresponding to forecast predictions


akeyel/dfmip documentation built on Sept. 3, 2022, 1:26 a.m.