2×2分割表を用いた診断テストのデータに基づき、検査の感度、特異度、陽性的中率(Positive Predictive Value, PPV)、陰性的中率(Negative Predictive Value, NPV)などの重要な指標を計算します。
すべて、指標 (信頼区間下限 - 信頼区間上限) として表示されます。
指標 | 説明 | シェーマ |
---|---|---|
{{ item.term }} {{ item.english }} |
{{ item.description }} |
{{colNames[colIdx-1]}} | |
---|---|
{{rowNames[rowIdx-1]}} {{colNames[rowIdx-1]}} |
{{legendX}} | ||
---|---|---|
{{legendY}} | 合計 | |
{{ tableData.data[rowIdx-1][colIdx-1] || 0}}
|
{{ tableSum.rows[rowIdx-1] }}
|
|
{{ tableSum.cols[colIdx-1] }}
|
{{ tableSum.total }}
|
{{ reasonForNoResults }}
指標 | 推定値 | {{ val.信頼区間 }}% 信頼区間 |
---|---|---|
{{ formatValue(value.value) }} | {{ formatCI(value.ci) }} |