add_fit_op_fig: Adds an observed versus predicted plot.

add_fit_op_figR Documentation

Adds an observed versus predicted plot.

Description

Adds an observed versus predicted plot.

Usage

add_fit_op_fig(
  fit,
  bookmark,
  title,
  styles,
  outliers = NULL,
  predict_type = "response",
  residual_type = "response"
)

Arguments

fit

A fit.

bookmark

Bookmark for the figure.

title

Title for the figure.

styles

A styles list to use.

outliers

A vector of labels for outlier points.

predict_type

The type for predict().

residual_type

The type for residual().

Value

A figure.


toddagood/apatfa documentation built on Jan. 30, 2023, 11:51 p.m.