<?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>lavaan</anon>
    <anon>因子分析</anon>
    <anon>構造方程式モデリング</anon>
    <anon>計量</anon>
  </categories>
  <description>IPIP-NEOデータの呼び出しと格納 library(&quot;psych&quot;) data(bfi) # IPIP-NEOデータ d1 &lt;- bfi[1:10] # 因子分析に使用するのは１～10列目。2つの因子のみ。 d1 &lt;-na.omit(d1) # 欠損値のあるケースを削除 モデルと実行 library(lavaan) model &lt;- ' Ag =~ A1 + A2 + A3 + A4 + A5 Co =~ C1 + C2 + C3 + C4 + C5 ' fit &lt;- cfa(model, d1, std.lv=TRUE, ordered=c(paste(&quot;A&quot;, 1:5, sep=&quot;&quot;)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fides.hatenablog.com%2Fentry%2F2020%2F08%2F14%2F135114&quot; title=&quot;lavaanで順序カテゴリカル因子分析[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-14 13:51:14</published>
  <title>lavaanで順序カテゴリカル因子分析[R]</title>
  <type>rich</type>
  <url>https://ides.hatenablog.com/entry/2020/08/14/135114</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
