https://github.com/cran/lavaan.survey
Raw File
Tip revision: a82892b9a66bd4a08d9daa41ce579446d05d6b87 authored by Daniel Oberski on 22 December 2016, 22:43:24 UTC
version 1.1.3.1
Tip revision: a82892b
CITATION
citHeader("To cite lavaan.survey in publications use:")

citEntry(entry = "Article",
  title        = "{lavaan.survey}: An {R} Package for Complex Survey Analysis of Structural Equation Models",
  author       = personList(as.person("Daniel Oberski")),
  journal      = "Journal of Statistical Software",
  year         = "2014",
  volume       = "57",
  number       = "1",
  pages        = "1--27",
  url          = "http://www.jstatsoft.org/v57/i01/",

  textVersion  =
  paste("Daniel Oberski (2014).",
        "lavaan.survey: An R Package for Complex Survey Analysis of Structural Equation Models.",
        "Journal of Statistical Software, 57(1), 1-27.",
        "URL http://www.jstatsoft.org/v57/i01/.")
)

back to top