<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iDES</author_name>
  <author_url>https://blog.hatena.ne.jp/iDES/</author_url>
  <blog_title>井出草平の研究ノート</blog_title>
  <blog_url>https://ides.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>今回はケースが一つなかったとしても安定した推定が回帰分析において可能かを調べるためら感度分析を行う。 mtcarsデータセットを使用する。 data &lt;- mtcars model &lt;- mpg ~ wt + hp 感度分析 sensitivityパッケージ 感度分析で、ケースを1名ずつ除外したモデルを自動生成し評価する。感度分析にはいくつかの方法があるが、今回の目的に向いているのはLeave-one-out法である。 library(sensitivity) # データの準備 data &lt;- mtcars n &lt;- nrow(data) # 結果を格納する配列の初期化 results &lt;- …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fides.hatenablog.com%2Fentry%2F2025%2F01%2F03%2F200436&quot; title=&quot;感度分析(Leave-one-out)・クックの距離・DFBETAS - 井出草平の研究ノート&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>https://cdn-ak.f.st-hatena.com/images/fotolife/i/iDES/20250103/20250103200410.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-01-03 20:04:36</published>
  <title>感度分析(Leave-one-out)・クックの距離・DFBETAS</title>
  <type>rich</type>
  <url>https://ides.hatenablog.com/entry/2025/01/03/200436</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
