1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
citation(auto = meta)
bibentry(bibtype="article",
title = paste("Open{M}x 2.0: {E}xtended structural equation and statistical modeling"),
author = c(
person(c("Michael", "C."), "Neale"),
person(c("Michael", "D."), "Hunter"),
person(c("Joshua", "N."), "Pritikin"),
person(c("Mahsa"), "Zahery"),
person(c("Timothy", "R."), "Brick"),
person(c("Robert", "M."), "Kirkpatrick"),
person("Ryne", "Estabrook"),
person(c("Timothy", "C."), "Bates"),
person(c("Hermine", "H."), "Maes"),
person(c("Steven", "M."), "Boker")),
journal = "Psychometrika",
publisher = "Psychometric Society",
year = "2016",
volume="81",
number="2",
pages = "535-549",
doi = "10.1007/s11336-014-9435-8",
textVersion = paste("Michael C. Neale,", "Michael D. Hunter,",
"Joshua N. Pritikin,", "Mahsa Zahery,", "Timothy R. Brick",
"Robert M. Kirkpatrick,", "Ryne Estabrook,", "Timothy C. Bates,",
"Hermine H. Maes,", "Steven M. Boker.",
"(2016). OpenMx 2.0: Extended structural equation and statistical modeling. Psychometrika,",
"81(2), 535-549. doi:10.1007/s11336-014-9435-8"),
footer= paste0("OpenMx was developed with support from NIH/NIDA grants:\n\n",
"R37-DA018673, R25-DA026119, R21-DA024304\n\n"))
bibentry(bibtype="article",
title = "Modular open-source software for {I}tem {F}actor {A}nalysis",
author = c(
person(c("Joshua", "N."), "Pritikin"),
person(c("Michael", "D."), "Hunter"),
person(c("Steven", "M."), "Boker")),
journal = "Educational and Psychological Measurement",
year = "2015",
volume= "75",
number="3",
pages = "458-474",
textVersion = paste("Pritikin, J. N., Hunter, M. D., & Boker, S. M.",
"(2015). Modular open-source software for Item Factor Analysis.",
"Educational and Psychological Measurement, 75(3), 458-474"))
bibentry(bibtype="article",
title="State Space Modeling in an Open Source, Modular, Structural Equation Modeling Environment",
author=c(person(c("Michael", "D."), "Hunter")),
journal="Structural Equation Modeling",
year="2018",
volume="25",
number="2",
pages="307-324",
doi="10.1080/10705511.2017.1369354",
textVersion=paste("Hunter, M. D.",
"(2018). State space modeling in an open source, modular,",
"structural equation modeling environment.",
"Structural Equation Modeling, 25(2), 307-324. doi: 10.1080/10705511.2017.1369354")
)
|