残差プロットの関数

plot_residual_vpa(
  res,
  index_name = NULL,
  plot_smooth = FALSE,
  plot_year = FALSE,
  plot_scale = FALSE,
  resid_CI = TRUE,
  plotAR = FALSE
)

Arguments

res

VPAの結果のオブジェクト

index_name

作図時に各指標の名前

Value

返ってくる値:

year_resid 残差の時系列プロット

fitting_CPUE 観測、予測CPUEのフィッティングの図

abund_CPUE 資源量と資源量指数の当てはまりの図。

year_sd_resid 標準化残差の時系列プロット

gg_data 作図に用いたデータ(tidy形式)

See also

https://ichimomo.github.io/frasyr/articles/Diagnostics-for-VPA.html

Author

濵邉昂平, 市野川桃子