https://github.com/alexanderrobitzsch/lam
Some Latent Variable Models
https://github.com/alexanderrobitzsch/lam
multilevel-models structural-equation-modeling
Last synced: 4 months ago
JSON representation
Some Latent Variable Models
- Host: GitHub
- URL: https://github.com/alexanderrobitzsch/lam
- Owner: alexanderrobitzsch
- Created: 2017-06-24T15:12:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:18:04.000Z (almost 2 years ago)
- Last Synced: 2025-12-29T09:04:00.515Z (6 months ago)
- Topics: multilevel-models, structural-equation-modeling
- Language: R
- Homepage: https://alexanderrobitzsch.github.io/LAM/
- Size: 637 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LAM
#### Some Latent Variable Models
If you use `LAM` and have suggestions for improvement or have found bugs, please email me at robitzsch@leibniz-ipn.de.
Please always provide a minimal dataset, necessary to demonstrate the problem,
a minimal runnable code necessary to reproduce the issue, which can be run on the given dataset, and
all necessary information on the used librarys, the R version, and the OS it is run on, perhaps a sessionInfo().
#### Manual
The manual may be found here [https://alexanderrobitzsch.github.io/LAM/](https://alexanderrobitzsch.github.io/LAM/)
#### CRAN version `LAM` 0.7-22 (2024-07-15)
[](https://cran.r-project.org/package=LAM)
The official version of `LAM` is hosted on CRAN and may be found [here](https://cran.r-project.org/package=LAM).
The CRAN version can be installed from within R using:
```r
utils::install.packages("LAM")
```
#### GitHub version `LAM` 0.8-1 (2024-07-15)
[](https://github.com/alexanderrobitzsch/LAM)
The version hosted [here](https://github.com/alexanderrobitzsch/LAM) is the development version of `LAM`.
The GitHub version can be installed using `devtools` as:
```r
devtools::install_github("alexanderrobitzsch/LAM")
```