View source: R/model_selection.R
select_sigma_grid | R Documentation |
devide_sigma
関数を順々に実行し、AIC規準で最適なモデルを探索
select_sigma_grid(
samres,
grid = expand.grid(var = c("varC", "varF", "varN", "index.key")[1:2], X = 1:2),
stopAIC = TRUE
)
samres |
sam object |
grid |
'var'と'X'からなるdata.frame |
stopAIC |
AICが小さくならなかった時点で計算をやめるか(default: TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.