plot_residual_vpa: 残差プロットの関数

View source: R/diagnostics_vpa.R

plot_residual_vpaR Documentation

残差プロットの関数

Description

残差プロットの関数

Usage

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形式)

Author(s)

濵邉昂平, 市野川桃子

See Also

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


ichimomo/frasyr documentation built on May 3, 2024, 1:30 a.m.