<?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>
    <anon>R</anon>
    <anon>計量</anon>
  </categories>
  <description>頻繁に使うのに忘れてしまうコードなので、メモ。 サンプルデータの呼び出し library(AER) #パッケージの呼び出し。CPS1985というデータがこのパッケージに含まれている data(CPS1985) #CPS1985データの行頭のみ表示 memiscパッケージ library(memisc) CPS1985$gender &lt;- memisc::recode(CPS1985$gender, &quot;1&quot; &lt;- &quot;male&quot;, &quot;2&quot;&lt;-&quot;female&quot;) CPS1985$gender &lt;- memisc::recode(CPS1985$gender, 1 &lt;- &quot;male&quot;, 2&lt;-&quot;fem…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fides.hatenablog.com%2Fentry%2F2021%2F05%2F29%2F152826&quot; title=&quot;Rでのリコード[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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-05-29 15:28:26</published>
  <title>Rでのリコード[R]</title>
  <type>rich</type>
  <url>https://ides.hatenablog.com/entry/2021/05/29/152826</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
