plot_fit: Plot the fitted values and sample quantiles for a walker...

View source: R/plot_fit.R

plot_fitR Documentation

Plot the fitted values and sample quantiles for a walker object

Description

Plot the fitted values and sample quantiles for a walker object

Usage

plot_fit(object, level = 0.05, alpha = 0.33, ...)

Arguments

object

An output from walker or walker_glm.

level

Level for intervals. Default is 0.05, leading to 90% intervals.

alpha

Transparency level for geom_ribbon.

...

Further arguments to ppc_ribbon.


walker documentation built on Sept. 11, 2023, 5:10 p.m.