How to cite the R package lavaan

lavaan is a popular R package that is available at https://cran.r-project.org/web/packages/lavaan/index.html. By citing R packages in your paper you lay the grounds for others to be able to reproduce your analysis and secondly you are acknowledging the time and work people have spent creating the package.

APA citation

Formatted according to the APA Publication Manual 7th edition. Simply copy it to the References page as is.

APA

The minimal requirement is to cite the R package in text along with the version number. Additionally, you can include the reference list entry the authors of the lavaan package have suggested.

Example of an in-text citation

Analysis of the data was done using the lavaan package (v0.6-7; Rosseel, 2012).

Reference list entry

Rosseel, Y. (2012). lavaan: An R Package for Structural Equation Modeling. In Journal of Statistical Software (Vol. 48, Issue 2, pp. 1–36). http://www.jstatsoft.org/v48/i02/

Vancouver citation

Formatted according to Vancouver style. Simply copy it to the references section as is.

Vancouver

Example of an in-text citation

Analysis of the data was done using the lavaan package v0.6-7 (1).

Reference list entry

1.
Rosseel Y. lavaan: An R Package for Structural Equation Modeling [Internet]. Vol. 48, Journal of Statistical Software. 2012. p. 1–36. Available from: http://www.jstatsoft.org/v48/i02/

BibTeX

Reference entry in BibTeX format. Simply copy it to your favorite citation manager.

BibTeX
@MISC{Rosseel2012-dp,
  title   = "{lavaan}: An {R} Package for Structural Equation Modeling",
  author  = "Rosseel, Yves",
  journal = "Journal of Statistical Software",
  volume  =  48,
  number  =  2,
  pages   = "1--36",
  year    =  2012,
  url     = "http://www.jstatsoft.org/v48/i02/"
}

RIS

Reference entry in RIS format. Simply copy it to your favorite citation manager.

RIS
TY  - MISC
AU  - Rosseel, Yves
TI  - lavaan: An R Package for Structural Equation Modeling
T2  - Journal of Statistical Software
VL  - 48
IS  - 2
SP  - 1-36
PY  - 2012
DA  - 2012
UR  - http://www.jstatsoft.org/v48/i02/
ER  - 

Other citation styles (ACS, ACM, IEEE, ...)

BibGuru offers more than 8,000 citation styles including popular styles such as AMA, ACN, ACS, CSE, Chicago, IEEE, Harvard, and Turabian, as well as journal and university specific styles! Give it a try now: Start citing now!

lavaan R package release history

VersionRelease date
0.6-62020-05-13
0.6-52019-08-28
0.6-42019-07-03
0.6-32018-09-23
0.6-22018-07-16
0.6-12018-05-22
0.5-23.10972017-02-24
0.5-222016-09-24
0.5-212016-09-07
0.5-202015-11-07
0.5-192015-10-03
0.5-182015-04-06
0.5-172014-09-30
0.5-162014-03-07
0.5-152013-11-15
0.5-142013-07-21
0.5-132013-05-11
0.5-122013-03-08
0.5-112012-12-19
0.5-102012-10-25
0.5-92012-09-08