「Regression model」の版間の差分
ナビゲーションに移動
検索に移動
Vaccipedia.admin (トーク | 投稿記録) |
Vaccipedia.admin (トーク | 投稿記録) |
||
53行目: | 53行目: | ||
| | | | ||
*'''Multivariable Poisson regression''' | *'''Multivariable Poisson regression''' | ||
− | ::<math>\log Y = a + b_1X_1 + b_2X_2 + b_3X_3 + \cdots</math><br>where <math>Y</math> is '''rate ratio''' <math>\frac{events_1/person \ | + | ::<math>\log Y = a + b_1X_1 + b_2X_2 + b_3X_3 + \cdots</math><br>where <math>Y</math> is '''rate ratio''' <math>\frac{events_1/person \text{-} time}{events_2/person \text{-} time}</math> |
| | | | ||
Maximum likelihood estimation method | Maximum likelihood estimation method |
2023年2月4日 (土) 17:14時点における版
目次
Classification of Regression models
Independent variable (exposure) | ||||
---|---|---|---|---|
Univariable (single variable) | Multivariable (multiple variables) | How to derive coefficients [math]\displaystyle{ b_i }[/math] | ||
Dependent variable (outcome) |
Continuous |
|
|
Least squares method |
Binary |
|
|
Maximum likelihood estimation method | |
Multinominal ≥ 3 |
|
|
Maximum likelihood estimation method | |
Ordinal |
|
|
Maximum likelihood estimation method | |
Rate ratio |
|
Maximum likelihood estimation method | ||
Survival time |
|
Maximum likelihood estimation method |
†'Multivariable' can be rephrased as 'Multiple'; Multivariable is NOT equal to 'Multivariate'!!
Generalized linear model
Penalized multivariable logistic regression model
- Penalized Logistic Regression Essentials in R: Ridge, Lasso and Elastic Net
- 罰則付き・正則化回帰モデルについて(About penalized/regularized regression model)