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

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.

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)

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-last-release/STARTS)](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://img.shields.io/badge/github%20version-1.4--14-orange.svg)](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")
```