<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>syou6162</author_name>
  <author_url>https://blog.hatena.ne.jp/syou6162/</author_url>
  <blog_title>yasuhisa's blog</blog_title>
  <blog_url>https://www.yasuhisay.info/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>アンケートみたいなデータだと 解答した番号 students1 1,2,3 students2 4,5,6,7 students3 1,2,4,5 みたいな形になってて、そのままクロス表を作れないということが結構ある*1。バイナリデータにしないといけないんだけど、それのためのコードをRで書いてみた。 &gt; students &lt;- c(&quot;1,2,3&quot;,&quot;4,5,6,7&quot;,&quot;1,2,4,5&quot;) &gt; students.table &lt;- matrix(0,3,7,byrow=T) &gt; students.table [,1] [,2] [,3] [,4] [,5] [,6] [,7] [1,] 0 0 0…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.yasuhisay.info%2Fentry%2F20071110%2F1194716226&quot; title=&quot;クロス表作成のためにバイナリデータに変換する - yasuhisa&amp;#39;s blog&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>2007-11-10 02:37:06</published>
  <title>クロス表作成のためにバイナリデータに変換する</title>
  <type>rich</type>
  <url>https://www.yasuhisay.info/entry/20071110/1194716226</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
