plot_quantile_diagnostic: Diagnostic QQ function

View source: R/deprecated.R

plot_quantile_diagnosticR Documentation

Diagnostic QQ function

Description

Diagnostic QQ function

Usage

plot_quantile_diagnostic(
  TmbData,
  Report,
  DateFile = paste0(getwd(), "/"),
  save_dir = paste0(DateFile, "/QQ_Fn/"),
  FileName_PP = "Posterior_Predictive",
  FileName_Phist = "Posterior_Predictive-Histogram",
  FileName_QQ = "Q-Q_plot",
  FileName_Qhist = "Q-Q_hist"
)

Arguments

TmbData

TMB Model input data list

Report

TMB Model output data list

save_dir

Directory to save plots, if NULL is specified then do not save plot

FileName_PP

If NULL is specified then do not save this type of plot

FileName_Phist

If NULL is specified then do not save this type of plot

FileName_QQ

If NULL is specified then do not save this type of plot

FileName_Qhist

If NULL is specified then do not save this type of plot

Value

A list containing results for each specified categories


James-Thorson/VAST documentation built on Feb. 9, 2025, 9:05 a.m.