「Regression model」の版間の差分
ナビゲーションに移動
検索に移動
Vaccipedia.admin (トーク | 投稿記録) (ページの作成:「{{Epi Stat}}」) |
Vaccipedia.admin (トーク | 投稿記録) |
||
| 1行目: | 1行目: | ||
{{Epi Stat}} | {{Epi Stat}} | ||
| + | |||
| + | ==Classification of Regression models== | ||
| + | |||
| + | {|class="wikitable" | ||
| + | |- | ||
| + | !colspan="2" rowspan="2" style="width:150px"| | ||
| + | !colspan="2"|Independent variable (exposure) | ||
| + | |- | ||
| + | !style="width:250px"|Monovariable (single variable) | ||
| + | !style="width:250px"|Multivariable (multiple variables) | ||
| + | |- | ||
| + | !rowspan="2"|Dependent variable<br>(outcome) | ||
| + | !Continuous | ||
| + | | | ||
| + | *'''Simple linear regression''' | ||
| + | ::<math>Y = a + bX</math> | ||
| + | |||
| + | | | ||
| + | *'''Multivariable linear regression''' | ||
| + | ::<math>Y = a + b_1X_1 + b_2X_2 + b_3X_3 + \cdots</math> | ||
| + | |||
| + | |- | ||
| + | !Binary | ||
| + | | | ||
| + | *'''Logistic regression''' | ||
| + | ::<math>\log Y = a + bX</math><br>where <math>Y</math> is odds of outcome | ||
| + | |||
| + | | | ||
| + | *'''Logistic regression''' | ||
| + | ::<math>\log Y = a + b_1X_1 + b_2X_2 + b_3X_3 + \cdots</math><br>where <math>Y</math> is odds of outcome | ||
| + | |} | ||
2022年12月12日 (月) 00:48時点における版
Classification of Regression models
| Independent variable (exposure) | |||
|---|---|---|---|
| Monovariable (single variable) | Multivariable (multiple variables) | ||
| Dependent variable (outcome) |
Continuous |
|
|
| Binary |
|
| |