Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
TokyoR#76 lavaanのモデルからキレイなパス図を描く関数
Search
bob3bob3
January 12, 2022
Programming
0
460
TokyoR#76 lavaanのモデルからキレイなパス図を描く関数
lavaanのモデルからキレイなパス図を描く関数。
2019年3月。
bob3bob3
January 12, 2022
Tweet
Share
More Decks by bob3bob3
See All by bob3bob3
RとLLMで自然言語処理
bob3bob3
3
800
RでPSM分析
bob3bob3
1
410
Rでコンジョイント分析 2024年版
bob3bob3
0
2.1k
『改訂新版前処理大全』の話と Apache Parquet の話 #TokyoR
bob3bob3
0
1.3k
R言語の環境構築と基礎 Tokyo.R 112
bob3bob3
0
630
『データ可視化学入門』をPythonからRに翻訳した話(増強版)
bob3bob3
0
560
『データ可視化学入門』を PythonからRに翻訳した話
bob3bob3
1
630
qeMLパッケージの紹介
bob3bob3
0
2.3k
「国と音楽」 ~spotifyrを用いて~ #muana
bob3bob3
2
630
Other Decks in Programming
See All in Programming
CSC307 Lecture 03
javiergs
PRO
1
490
疑似コードによるプロンプト記述、どのくらい正確に実行される?
kokuyouwind
0
390
24時間止められないシステムを守る-医療ITにおけるランサムウェア対策の実際
koukimiura
1
120
CSC307 Lecture 02
javiergs
PRO
1
780
コマンドとリード間の連携に対する脅威分析フレームワーク
pandayumi
1
460
CSC307 Lecture 10
javiergs
PRO
1
660
dchart: charts from deck markup
ajstarks
3
1k
Gemini for developers
meteatamel
0
100
AI & Enginnering
codelynx
0
120
今から始めるClaude Code超入門
448jp
8
9.1k
LLM Observabilityによる 対話型音声AIアプリケーションの安定運用
gekko0114
2
440
OCaml 5でモダンな並列プログラミングを Enjoyしよう!
haochenx
0
140
Featured
See All Featured
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
170
Designing Experiences People Love
moore
144
24k
The Invisible Side of Design
smashingmag
302
51k
Everyday Curiosity
cassininazir
0
130
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
440
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
7.9k
Documentation Writing (for coders)
carmenintech
77
5.3k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
170
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.6k
HDC tutorial
michielstock
1
390
Transcript
lavaanのモデルから キレイなパス図を描く関数 @bob3bob3 Tokyo.R #76
bob3bob3 Twitter r-wakalang.slack.com
第1回Tokyo.R(2010年1月27日)
みんな大好き構造方程式モデリング • 構造方程式モデリング – Structural Equation Modeling (SEM). – 共分散構造分析
• Wikipediaによると – 共分散構造分析とは、複数の構成概念間の関係を検討する ことができる統計的手法の1つで構造方程式モデリング手 法では共分散を使っている特別なクラスである。一方では 分散構造分析も存在する。内生変数を扱いながら関係を調 べることができる、すなわち因子分析と重回帰分析を同時 に行うことができるのが特徴。
構造方程式モデリングのツール • 商用ソフト – AMOS(SPSS) – Mplus • R –
sem • Rcmdrで有名な John Fox 先生の手によるもの。 – lavaan • モデルの記述が楽。 • http://lavaan.ugent.be/
パス図 From Wikipedia.
semPlot::semPaths
自作関数 lavaan の出力を DOT 言語に変換し、 DiagrammeR パッケージ経由で Graphviz で描画。
コード http://bob3.hatenablog.com/entry/2019/02/26 /183541 「はてなブログ bob3」でググれば出てきます。