Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandmaier/onyx
Ωnyx - Structural Equation Modeling
https://github.com/brandmaier/onyx
gui latent-variables sem structural-equation-modeling
Last synced: about 14 hours ago
JSON representation
Ωnyx - Structural Equation Modeling
- Host: GitHub
- URL: https://github.com/brandmaier/onyx
- Owner: brandmaier
- Created: 2016-11-01T07:42:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T07:58:59.000Z (6 months ago)
- Last Synced: 2024-05-08T08:51:13.139Z (6 months ago)
- Topics: gui, latent-variables, sem, structural-equation-modeling
- Language: Java
- Homepage:
- Size: 6.34 MB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
![Onyx Logo](https://github.com/brandmaier/onyx/blob/master/build/images/onyx-welcome.png?raw=true)
![](https://img.shields.io/github/commit-activity/m/brandmaier/onyx)
![](https://tokei.rs/b1/github/brandmaier/onyx)
![](https://img.shields.io/github/issues/brandmaier/onyx)
![Code size](https://img.shields.io/github/languages/code-size/brandmaier/onyx.svg)
![contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)# Onyx
Onyx is a free software environment for creating and estimating structural equation models (SEM). It provides a graphical user interface that facilitates an intuitive creation of models, and a powerful back end for performing maximum likelihood estimation of parameters. Path diagrams in Onyx can be exported to OpenMx, lavaan, and Mplus to allow an easy transition to script-based SEM software. Onyx was written by Timo von Oertzen and [Andreas M. Brandmaier](https://www.brandmaier.de) and is freely distributed under the Apache 2.0 license.
# Download
You can download the current (unstable) version of Onyx from this repository. The most recent version is automatically regularly built and deployed [here](https://github.com/brandmaier/onyx/tree/master/dist).
Download the JAR-file and run it. Note that Onyx requires a recent JAVA runtime environment, such as OpenJDK.# Build
This section is only for developers. As an Onyx user, you can safely ignore this information.
If you want to build Onyx from sources, download the sources, make sure that you have a Java development kit ready (including a Java compiler) and the Apache ant build tool. Then, compile the source code using```{bash}
ant compile
````Then, package all compiled classes into a single jar file by issuing:
```{bash}
ant dist
```This creates a single file `onyx.jar` in subfolder `dist`.
# Run
After you have successfully created the distributable jar file, you can run
it from the command line:```{bash}
cd dist
java -jar onyx.jar
```# License
Onyx is made available under the Apache 2.0 license.
Onyx uses various (unmodified) libraries, which are here redistributed under their original licenses:
- vectorgraphics2d by Erich Seifert is distributed under the LGPL
- Diff Match and Patch by Google Inc is distributed under the Apache License 2.0
- GRAL by Erich Seifert is distributed under the LGPL
- jtouchbar by Thizzer is distributed under the MIT license
- jUnit by junit.org is distributed under the Eclipse Public License 1.0Furthermore, Onyx uses the following resources:
- the mono icons by https://icons.mono.company/ distributed under the MIT
license