<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>StatModeling</author_name>
  <author_url>https://blog.hatena.ne.jp/StatModeling/</author_url>
  <blog_title>StatModeling Memorandum</blog_title>
  <blog_url>https://statmodeling.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>データが与えられた時にはまず可視化をします。そのデータがどのような仕組み（メカニズム）で作られてそうなったかを考えるために必須のプロセスです。しかしながら、どんな可視化がベストかははじめの段階では分からず、とにかくプロットしまくることになります。そのとっかかりに僕がよく使うのが散布図行列（scatter matrix，scatter plot matrix）です。 今回は3つほど紹介します。 {corrplot}パッケージの corrplot()関数 library(corrplot) d &lt;- iris d &lt;- d[,-ncol(d)] M &lt;- cor(d, method='spearm…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fstatmodeling.hatenablog.com%2Fentry%2Fscatter-plot-matrix&quot; title=&quot;散布図行列を描くには （corrplot, pairs, GGally） - StatModeling Memorandum&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>http://kasugano.sakura.ne.jp/images/2016/20160305/ggpairs-s.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-03-05 00:00:00</published>
  <title>散布図行列を描くには （corrplot, pairs, GGally）</title>
  <type>rich</type>
  <url>https://statmodeling.hatenablog.com/entry/scatter-plot-matrix</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
