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

Examples

Q <- QQ_Fn(TmbData = TmbData, Report = Report)

James-Thorson/FishStatsUtils documentation built on Feb. 6, 2024, 4:26 a.m.