https://github.com/alexanderrobitzsch/starts
Functions for the STARTS Model.
https://github.com/alexanderrobitzsch/starts
longitudinal-data structural-equation-modeling
Last synced: 3 months ago
JSON representation
Functions for the STARTS Model.
- Host: GitHub
- URL: https://github.com/alexanderrobitzsch/starts
- Owner: alexanderrobitzsch
- Created: 2017-06-24T15:36:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T12:14:26.000Z (about 2 years ago)
- Last Synced: 2025-12-09T17:38:41.248Z (6 months ago)
- Topics: longitudinal-data, structural-equation-modeling
- Language: R
- Homepage: https://alexanderrobitzsch.github.io/STARTS/
- Size: 547 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STARTS
#### Functions for the STARTS Model
If you use `STARTS` and have suggestions for improvement or have found bugs, please email me at robitzsch@ipn.uni-kiel.de.
#### Manual
The manual may be found here [https://alexanderrobitzsch.github.io/STARTS/](https://alexanderrobitzsch.github.io/STARTS/)
#### CRAN version `STARTS` 1.3-8 (2022-05-19)
[](https://cran.r-project.org/package=STARTS)
The official version of `STARTS` is hosted on CRAN and may be found [here](https://cran.r-project.org/package=STARTS).
The CRAN version can be installed from within R using:
```r
utils::install.packages("STARTS")
```
#### GitHub version `STARTS` 1.4-14 (2024-03-19)
[](https://github.com/alexanderrobitzsch/STARTS)
The version hosted [here](https://github.com/alexanderrobitzsch/STARTS) is the development version of `STARTS`.
The GitHub version can be installed using `devtools` as:
```r
devtools::install_github("alexanderrobitzsch/STARTS")
```