SEM

TwitterFacebook
Get flash to fully experience Pearltrees
dessins graph

The Department of methodology and Evaluation Research at Universität Jena has made available a set of free online video courses on data analysis.They cover topics that are particularly relevant to psychology and social science researchers, including SEM, causal inference, regression, R, and psychometrics.Some courses are in German, but many are in English, and the language of the course is clearly marked.Some require that you register, but registration is free.Their website allows you to filter just for English Language courses.Below are some courses that I found particularly appealing. Related Resources R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization ( ggplot2 , Boxplots , maps , animation ), programming ( RStudio , Sweave , LaTeX , SQL , Eclipse , git , hadoop , Web Scraping ) statistics ( regression , PCA , time series , ecdf , trading ) and more...

Free Video Courses on R, Structural Equation Modelling, Causal I

http://www.r-bloggers.com/free-video-courses-on-r-structural-equation-modelling-causal-inference-and-regression-from-uni-jena/
What is OpenMx ? OpenMx is free and open source software for use with R that allows estimation of a wide variety of advanced multivariate statistical models. OpenMx consists of a library of functions and optimizers that allow you to quickly and flexibly define an SEM model and estimate parameters given observed data. OpenMx runs on Mac OS X, Windows XP, Windows Vista, and several varieties of Linux. This means the same scripts you write in Windows will run in Mac OS X or Linux. OpenMx can be used by those who think in terms of path models or by those who prefer to specify models in terms of matrix algebra. http://openmx.psyc.virginia.edu/

OpenMx - Advanced Structural Equation Modeling

http://www.graphviz.org/Documentation.php

Graphviz

The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook , or contact your hosting provider.
Graphviz is a free graph visualisation program that produces structural diagrams. While its primary purpose is visualization of algorithms and flow charts, it can also be used to draw path diagrams and structural equation models. The syntax resembles somewhat that of R's sem package: it uses the same idea of -> signs to represent the arrows. The variables of the model are nodes in Graphviz slang, and the relations are edges .

How To Use Graphviz for SEM Models and Path Diagrams

http://web.missouri.edu/~kolenikovs/graphviz_sem.html
La production de certaines applications exige de pouvoir générer des graphes au sens recherche opérationelle du terme. C'est-à-dire des graphiques représentant des noeuds liés entre eux via des arcs orientés ou non. Or la représentation graphique des graphes est un problème algorithmique ardu. La conception d'un programme offrant une telle fonctionnalité est une tâche de longue haleine qui requiert de fortes compétences en mathématiques et algorithmique. Ainsi, il est utile de recourir à un programme externe à qui on délègue la génération des graphes. L'application GraphViz permet de représenter graphiquement des graphes. http://cyberzoide.developpez.com/graphviz/#LIII-A

Génération de graphes avec GraphViz