Package: srm 0.4-26

Alexander Robitzsch

srm: Structural Equation Modeling for the Social Relations Model

Provides functionality for structural equation modeling for the social relations model (Kenny & La Voie, 1984; <doi:10.1016/S0065-2601(08)60144-6>; Warner, Kenny, & Soto, 1979, <doi:10.1037/0022-3514.37.10.1742>). Maximum likelihood estimation (Gill & Swartz, 2001, <doi:10.2307/3316080>; Nestler, 2018, <doi:10.3102/1076998617741106>) and least squares estimation is supported (Bond & Malloy, 2018, <doi:10.1016/B978-0-12-811967-9.00014-X>).

Authors:Steffen Nestler [aut], Alexander Robitzsch [aut, cre], Oliver Luedtke [aut]

srm_0.4-26.tar.gz
srm_0.4-26.tar.gz(r-4.5-noble)srm_0.4-26.tar.gz(r-4.4-noble)
srm_0.4-26.tgz(r-4.4-emscripten)srm_0.4-26.tgz(r-4.3-emscripten)
srm.pdf |srm.html
srm/json (API)
NEWS

# Install 'srm' in R:
install.packages('srm', repos = 'https://cloud.r-project.org')

Bug tracker:https://github.com/alexanderrobitzsch/srm/issues2 issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
Datasets:
  • HallmarkKenny - Hallmark and Kenny Round Robin Data
  • Kenzer - Zero Acquaintance Round Robin Data from Kenny
  • Malzer - Zero Acquaintance Round Robin Data from Malloy
  • Warner - Round Robin Data Reported in Warner et al.
  • Zero - Zero Acquaintance Round Robin Data From Albirght, Kenny, and Malloy
  • data.back - Dataset Back et al.
  • data.bm1 - Dataset Bond and Malloy
  • data.bm2 - Dataset Bond and Malloy
  • data.srm01 - Example Datasets for the 'srm' Package

On CRAN:

Conda:

openblascpp

1.70 score 150 downloads 2 exports 2 dependencies

Last updated 2 years agofrom:46e9cde5a6. Checks:3 OK. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 29 2025
R-4.5-linux-x86_64OKMar 29 2025
R-4.4-linux-x86_64OKMar 29 2025

Exports:srmsrm_arbsrm

Dependencies:RcppRcppArmadillo

Citation

To cite the 'srm' package in publications use:

Nestler, S., Robitzsch, A., & Luedtke, O. (2022). srm: Structural equation modeling for the social relations model. R package version 0.4-26. https://CRAN.R-project.org/package=srm

Corresponding BibTeX entry:

  @Manual{,
    title = {srm: Structural equation modeling for the social relations
      model},
    author = {Steffen Nestler and Alexander Robitzsch and Oliver
      Luedtke},
    year = {2022},
    note = {R package version 0.4-26},
    url = {https://CRAN.R-project.org/package=srm},
  }

Readme and manuals

srm

Structural Equation Modeling for the Social Relations Model

If you use srm 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/srm/

CRAN version

The official version of srm is hosted on CRAN and may be found here. The CRAN version can be installed from within R using:

utils::install.packages("srm")
GitHub version

The version hosted here is the development version of srm. The GitHub version can be installed using devtools as:

devtools::install_github("alexanderrobitzsch/srm")