rasch model (mml estimation) for 12 ghq items

15
Rasch model (MML estimation) for 12 GHQ items

Upload: annot

Post on 02-Feb-2016

56 views

Category:

Documents


0 download

DESCRIPTION

Rasch model (MML estimation) for 12 GHQ items. Rasch model (MML estimation) for 12 GHQ items. Loevinger H, ppp pmm for 12 GHQ items. Loevinger H, ppp pmm for 12 GHQ items. msp for 12 GHQ items. msp for 12 GHQ items. kr20 GHQ-12 0011 (n=250). Delta and Alpha GHQ-12 0011 (n=250). - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Rasch model (MML estimation) for 12 GHQ items

Rasch model (MML estimation)for 12 GHQ items

Page 2: Rasch model (MML estimation) for 12 GHQ items

Rasch model (MML estimation)for 12 GHQ items

Page 3: Rasch model (MML estimation) for 12 GHQ items

Loevinger H, ppp pmmfor 12 GHQ items

Page 4: Rasch model (MML estimation) for 12 GHQ items

Loevinger H, ppp pmmfor 12 GHQ items

Page 5: Rasch model (MML estimation) for 12 GHQ items

msp for 12 GHQ items

Page 6: Rasch model (MML estimation) for 12 GHQ items

msp for 12 GHQ items

Page 7: Rasch model (MML estimation) for 12 GHQ items

kr20 GHQ-12 0011 (n=250)

Page 8: Rasch model (MML estimation) for 12 GHQ items

Delta and AlphaGHQ-12 0011 (n=250)

Page 9: Rasch model (MML estimation) for 12 GHQ items

Lord Birnbaum model: GHQ-12 runparscale

Page 10: Rasch model (MML estimation) for 12 GHQ items

Utilities : N2mplus

Page 11: Rasch model (MML estimation) for 12 GHQ items

Utilities : stata2mplus

net describe stata2mplus, from http://www.ats.ucla.edu/stat/stata/ado/analysis

net install stata2mplus.pcg

Page 12: Rasch model (MML estimation) for 12 GHQ items

Utilities : stata2mplusHelp file for the command stata2mplus-------------------------------------

Syntax------

stata2mplus [varlist] using <name for mplus file> , [ replace missing(#) use(varlist) ]

Options-------

varlist - Variables to be converted to Mplus. Default all.

using <name for mplus file> - This is the name for the .inp and .dat files to be created based on the Stata file currently in memory.

replace - Use to replace the existing file

missing - Specify number for missing values, default -999999999

use - Specify variables for "usevarables", default all variables from varlist.

Description-----------

This program reads the current data file in memory and creates a raw data file and

an mplus program (an inp file) that can read the raw data file intoMplus. String variables are converted to numeric values.The Title section contains a list of the variables, variable labels, and value labels.

Examples--------

sysuse auto, clearstata2mplus using auto

This reads the data file "auto.dta" and creates the raw data file "auto.dat" and input file "auto.inp" which is an mplus input file that can be used to read "auto.dat".

Author(s)---------

Michael N. MitchellStatistical Computing GroupUCLA, Academic Technology [email protected]

Page 13: Rasch model (MML estimation) for 12 GHQ items

Stata does SEM (!)[well unidimensional CFA]

• cfa1 command– Simple to use than gllamm

• Limited but that’s the point

Page 14: Rasch model (MML estimation) for 12 GHQ items

Confirmatory FA GHQ-12 1234 (new sample 300 from EGO) cfa1

Page 15: Rasch model (MML estimation) for 12 GHQ items

ML CFA in Stata