<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>M_taka072</author_name>
  <author_url>https://blog.hatena.ne.jp/M_taka072/</author_url>
  <blog_title>とある技術者の徒然草</blog_title>
  <blog_url>https://monodukuri.hatenadiary.com/</blog_url>
  <categories>
    <anon>R言語</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>分散拡大要因のヒートマップ メモです。 library(MASS) library(corrplot) data(&quot;Boston&quot;) cor_Boston &lt;- cor(Boston) corrplot(cor_Boston,addCoef.col = TRUE) library(tidyr) library(ggplot2) library(tidyverse) #分散拡大要因 vif1&lt;- Boston %&gt;% dplyr::select(-medv) %&gt;% cor vif&lt;- 1/(1-vif1^2) vif_long &lt;- vif %&gt;% as_tibble(rownames=NA)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmonodukuri.hatenadiary.com%2Fentry%2F2019%2F05%2F12%2F190103&quot; title=&quot;【R言語】分散拡大要因のヒートマップ - とある技術者の徒然草&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/M/M_taka072/20190512/20190512190009.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-12 19:01:03</published>
  <title>【R言語】分散拡大要因のヒートマップ</title>
  <type>rich</type>
  <url>https://monodukuri.hatenadiary.com/entry/2019/05/12/190103</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
