tidy.hts_inla: Tidy: summarise a model's statistical findings

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

The tidy() function provides a data frame of the mean, standard deviation, quantiles

Usage

1
2
## S3 method for class 'hts_inla'
tidy(x, ...)

Arguments

x

object of class "hts_inla"

...

extra arguments to pass to tidy(). Currently unused

Value

dataframe with column names: "variable", "mean", "sd", and quantiles for 0.025, 0.5, and 0.975, as well as mode and kld

Examples

1
2

njtierney/yahtsee documentation built on Feb. 5, 2022, 8:25 p.m.