All Projects → OpenMx → Openmx

OpenMx / Openmx

Repository for the OpenMx Structural Equation Modeling package

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Openmx

Psycho.r
An R package for experimental psychologists
Stars: ✭ 113 (+88.33%)
Mutual labels:  statistics, psychology
Statistic Study Notes
李航统计学习方法(第二版)的学习笔记,包括:1、每章重点公式的手动推导 2、每章算法的Python自实现 3、学习过程中的笔记与心得 4、每章节的课后习题 5、每周都会按照至少一周一章的进度定时将自己的学习进度更新到这个仓库
Stars: ✭ 57 (-5%)
Mutual labels:  statistics
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-35%)
Mutual labels:  statistics
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+1670%)
Mutual labels:  statistics
W3 Goto World
🍅 Git/AWS/Google 镜像 ,SS/SSR/VMESS节点,WireGuard,IPFS, DeepWeb,Capitalism 、行业研究报告的知识储备库
Stars: ✭ 7,886 (+13043.33%)
Mutual labels:  psychology
Thot
Thot toolkit for statistical machine translation
Stars: ✭ 53 (-11.67%)
Mutual labels:  statistics
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+1536.67%)
Mutual labels:  statistics
Stream Statistics
streaming statistical calculations for node
Stars: ✭ 59 (-1.67%)
Mutual labels:  statistics
Lifetimes
Lifetime value in Python
Stars: ✭ 1,082 (+1703.33%)
Mutual labels:  statistics
Datumbox Framework
Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine Learning and Statistical applications.
Stars: ✭ 1,063 (+1671.67%)
Mutual labels:  statistics
Neuropsydia.py
A Python Module for Creating Experiments, Tasks and Questionnaires.
Stars: ✭ 51 (-15%)
Mutual labels:  psychology
Psychopy
For running psychology and neuroscience experiments
Stars: ✭ 1,020 (+1600%)
Mutual labels:  psychology
Lhsmdu
This is an implementation of Deutsch and Deutsch, "Latin hypercube sampling with multidimensional uniformity", Journal of Statistical Planning and Inference 142 (2012) , 763-772
Stars: ✭ 54 (-10%)
Mutual labels:  statistics
Discord Global Mutual
Get the list of people that you have shared servers with
Stars: ✭ 39 (-35%)
Mutual labels:  statistics
Manager Resources
😎 A curated list of resources for front-line engineering managers
Stars: ✭ 58 (-3.33%)
Mutual labels:  psychology
Statzone
DNS zone file analyzer targeted at TLD zones
Stars: ✭ 38 (-36.67%)
Mutual labels:  statistics
Hoggorm
Explorative multivariate statistics in Python
Stars: ✭ 44 (-26.67%)
Mutual labels:  statistics
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-11.67%)
Mutual labels:  statistics
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (+1740%)
Mutual labels:  statistics
Matlabstan
Matlab interface to Stan, a package for Bayesian inference
Stars: ✭ 59 (-1.67%)
Mutual labels:  statistics

OpenMx

Build Status Codecov test coverage cran version Monthly Downloads Total Downloads Rdoc DOI

OpenMx is a Structural Equation Modeling package that encourages users to treat model specifications as something to be generated and manipulated programmatically.

Example models which OpenMx can fit include everything from confirmatory factor, through multiple group, mixture distribution, categorical threshold, modern test theory, differential equations, state space, and many others.

Models may be specified as RAM or LISREL paths, or directly in matrix algebra.

Fit functions include ML (summary and full information) and WLS.

The package is on CRAN, so the easiest way to install is just:

install.packages("OpenMx")

Website: https://openmx.ssri.psu.edu (with forums, example models, documentation)

Development versions

Developers commit to the master branch. Intrepid users are encouraged to install the master branch.

On Mac OS, this can be installed as a binary via travis:


install.packages("https://vipbg.vcu.edu/vipbg/OpenMx2/software/bin/macosx/travis/OpenMx_latest.tgz")

The stable branch can be considered our current alpha release.

The stable branch is updated automatically when all models/passing and models/nightly tests pass along with make cran-check.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].