<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada22</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada22/</author_url>
  <blog_title>ryamadaの遺伝学・遺伝統計学メモ</blog_title>
  <blog_url>https://ryamada22.hatenablog.jp/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>ROC</anon>
  </categories>
  <description>検査値が連続的 それを見て、陽性・陰性に判定を分けたい 感度・特異度 PPV・NPV 陽性・陰性の２値に分けてしまうと、「どっちつかず」の部分の情報がもったいない 陽性確率p、陰性確率1-pのように出てくると、ある意味、便利 Rでは、ROCRパッケージなど(こちらの記事も参考) こちらの続きでもある ## computing a simple ROC curve (x-axis: fpr, y-axis: tpr) library(ROCR) data(ROCR.simple) pred &lt;- prediction( ROCR.simple$predictions, ROCR.simple$l…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada22.hatenablog.jp%2Fentry%2F20111025%2F1319433474&quot; title=&quot;値を見て、２値判断をする - ryamadaの遺伝学・遺伝統計学メモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-10-25 14:17:54</published>
  <title>値を見て、２値判断をする</title>
  <type>rich</type>
  <url>https://ryamada22.hatenablog.jp/entry/20111025/1319433474</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
