https://github.com/sfcheung/semunpack
Functions for learning structural equation modeling
https://github.com/sfcheung/semunpack
lavaan learning r-package structural-equation-modeling
Last synced: about 1 year ago
JSON representation
Functions for learning structural equation modeling
- Host: GitHub
- URL: https://github.com/sfcheung/semunpack
- Owner: sfcheung
- License: gpl-3.0
- Created: 2022-04-21T02:27:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T02:03:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T14:18:16.177Z (over 1 year ago)
- Topics: lavaan, learning, r-package, structural-equation-modeling
- Language: R
- Homepage: https://sfcheung.github.io/semunpack/
- Size: 11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#suspended)
[](https://github.com/sfcheung/semunpack)
[](https://github.com/sfcheung/semunpack/commits/main)
[](https://github.com/sfcheung/semunpack/actions/workflows/R-CMD-check.yaml)
(Version 0.0.1.9009, updated on 2023-06-22, [release history](https://sfcheung.github.io/semunpack/news/index.html))
# IMPORTANT
Due to potential overlap between this package and
[semhelpinghands](https://sfcheung.github.io/semhelpinghands/), I migrated
functions in this package to `semhelpinghands`. This package
will no longer be updated.
# semunpack: Learn SEM Analysis 
This package includes functions for learning and teaching structural equation
modeling (SEM). It "unpacks" things inside an SEM analysis. For more information
on this package, please visit its GitHub page:
https://sfcheung.github.io/semunpack/
# Installation
Stable release versions of this package can be downloaded below:
https://github.com/sfcheung/semunpack/releases
The latest developmental version of this package can be installed by `remotes::install_github`:
```r
remotes::install_github("sfcheung/semunpack")
```
# Issues
If you have any suggestions and found any bugs, please feel
feel to open a [GitHub issue](https://github.com/sfcheung/semunpack/issues). Thanks.