<?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>Mplus</anon>
    <anon>回帰分析</anon>
    <anon>計量</anon>
  </categories>
  <description>データの準備 AERパッケージのCPS1985データを利用する。 library(AER) data(CPS1985) d1 &lt;- CPS1985 caretパッケージのdummyVars関数を用いて、factor型のものをすべてダミー変数化する。 library(caret) dummy &lt;- dummyVars(~.,data=d1) d2 &lt;- as.data.frame(predict(dummy, d1)) str(d2) このようにダミー変数化される。 'data.frame': 534 obs. of 24 variables: $ wage : num 5.1 4.95 6.6…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fides.hatenablog.com%2Fentry%2F2020%2F08%2F29%2F220811&quot; title=&quot;重回帰分析とロジステック回帰分析をRとMplusでやって比較する[Mplus][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>2020-08-29 22:08:11</published>
  <title>重回帰分析とロジステック回帰分析をRとMplusでやって比較する[Mplus][R]</title>
  <type>rich</type>
  <url>https://ides.hatenablog.com/entry/2020/08/29/220811</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
