plot_quantile_diagnostic | R Documentation |
Diagnostic QQ function
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"
)
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 |
A list containing results for each specified categories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.