「Regression model」の版間の差分
ナビゲーションに移動
検索に移動
Vaccipedia.admin (トーク | 投稿記録) |
Vaccipedia.admin (トーク | 投稿記録) |
||
63行目: | 63行目: | ||
†'Multivariable' can be rephrased as 'Multiple'; Multivariable is <font color="red">'''NOT equal to 'Multivariate'!!'''</font> | †'Multivariable' can be rephrased as 'Multiple'; Multivariable is <font color="red">'''NOT equal to 'Multivariate'!!'''</font> | ||
+ | |||
+ | ==Penalized multivariable logistic regression model== | ||
+ | *[http://www.sthda.com/english/articles/36-classification-methods-essentials/149-penalized-logistic-regression-essentials-in-r-ridge-lasso-and-elastic-net/ Penalized Logistic Regression Essentials in R: Ridge, Lasso and Elastic Net] | ||
+ | *[https://jojoshin.hatenablog.com/entry/2016/07/06/180923 罰則付き・正則化回帰モデルについて(About penalized/regularized regression model)] | ||
+ | |||
+ | ==Restricted cubic spline== | ||
+ | *[https://statakahiro.com/restricted-cubic-splines%E3%82%92stata%E3%81%A7%E5%AE%9F%E8%A1%8C%E3%81%97%E3%81%A6%E3%81%BF%E3%82%8B Restricted cubic splinesをStataで実行してみる] |
2022年12月19日 (月) 14:14時点における版
Classification of Regression models
Independent variable (exposure) | |||
---|---|---|---|
Monovariable (single variable) | Multivariable (multiple variables) | ||
Dependent variable (outcome) |
Continuous |
|
|
Binary |
|
| |
Multinominal ≥ 3 |
|
| |
Ordinal |
|
| |
Rate ratio |
| ||
Survival time |
|
†'Multivariable' can be rephrased as 'Multiple'; Multivariable is NOT equal to 'Multivariate'!!
Penalized multivariable logistic regression model
- Penalized Logistic Regression Essentials in R: Ridge, Lasso and Elastic Net
- 罰則付き・正則化回帰モデルについて(About penalized/regularized regression model)