report: HTML report for assessment model

Description Usage Arguments

Description

Returns an HTML document with figures showing data, model fits, and diagnostics.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
report(x, y, ...)

## S4 method for signature 'RBfit,missing'
report(x, dir = tempdir(), author = NULL,
  filename = NULL, bubble = 7, ...)

## S4 method for signature 'stanfit,missing'
report(x, dir = tempdir(), author = NULL,
  filename = NULL, bubble = 7, ...)

## S4 method for signature 'stanfit,stanfit'
report(x, y, dir = tempdir(),
  author = NULL, filename = NULL, bubble = 7, ...)

Arguments

x

An object of class RBfit returned from fit_model or class stanfit returned from run_mcmc.

y

An optional object of class stanfit which only sampled the priors.

...

Miscellaneous arguments to pass.

dir

The directory for saving the HTML document.

author

A character string for the author.

filename

Optional, string for name of the HTML file.

bubble

Numeric for scaling size of bubbles in bubble plot. See plot.RBdata.


quang-huynh/RBassess documentation built on May 8, 2019, 7:30 a.m.