An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Project Status: Suspended - Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work.](https://www.repostatus.org/badges/latest/suspended.svg)](https://www.repostatus.org/#suspended)
[![Code size](https://img.shields.io/github/languages/code-size/sfcheung/semunpack.svg)](https://github.com/sfcheung/semunpack)
[![Last Commit at Main](https://img.shields.io/github/last-commit/sfcheung/semunpack.svg)](https://github.com/sfcheung/semunpack/commits/main)
[![R-CMD-check](https://github.com/sfcheung/semunpack/actions/workflows/R-CMD-check.yaml/badge.svg)](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.