Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderrobitzsch/srm
Structural Equation Modeling for the Social Relations Model
https://github.com/alexanderrobitzsch/srm
Last synced: 3 months ago
JSON representation
Structural Equation Modeling for the Social Relations Model
- Host: GitHub
- URL: https://github.com/alexanderrobitzsch/srm
- Owner: alexanderrobitzsch
- Created: 2019-01-03T08:59:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T10:16:17.000Z (about 2 years ago)
- Last Synced: 2024-07-11T19:46:15.641Z (4 months ago)
- Language: R
- Homepage: https://alexanderrobitzsch.github.io/srm/
- Size: 1.59 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# srm
#### Structural Equation Modeling for the Social Relations ModelIf you use `srm` and have suggestions for improvement or have found bugs, please email me at [email protected].
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/srm/](https://alexanderrobitzsch.github.io/srm/)
#### CRAN version `srm` 0.4-26 (2022-11-03)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-last-release/srm)](https://cran.r-project.org/package=srm)
The official version of `srm` is hosted on CRAN and may be found [here](https://cran.r-project.org/package=srm).
The CRAN version can be installed from within R using:```r
utils::install.packages("srm")
```#### GitHub version `srm` 0.5-1 (2022-11-03)
[![](https://img.shields.io/badge/github%20version-0.5--1-orange.svg)](https://github.com/alexanderrobitzsch/srm)
The version hosted [here](https://github.com/alexanderrobitzsch/srm) is the development version of `srm`.
The GitHub version can be installed using `devtools` as:```r
devtools::install_github("alexanderrobitzsch/srm")
```