Showing 1 - 10 of 781
Measurement invariance is a very important requisite in multiple group structural equation modeling. It attempts to verify that the factors are measuring the same underlying latent constructs within each group. The presentation will show the use of the sem command in assessing six types of...
Persistent link: https://www.econbiz.de/10010820053
As the title implies, EFA within a CFA framework combines aspects of both EFA and CFA. It uses CFA to produce a factor solution that is close to an EFA solution while providing features typically found in CFA, such as, standard errors, statistical tests and modification indices. The presentation...
Persistent link: https://www.econbiz.de/10010897903
Profile analysis is a multivariate method for examining differences in the shapes of profiles across groups. Profile analysis uses of Stata's -manova- command along with -manovatest- for estimation. This presentation will also demonstrate the use of the user written program -profileplot- to...
Persistent link: https://www.econbiz.de/10010897931
Stata's xi command performs dummy (indicator) coding on the fly and with the "*" operator allows for the interaction of two categorical variables or a categorical with a continuous variable. xi3 extends the capabilities of xi to include a number of additional coding systems and can create...
Persistent link: https://www.econbiz.de/10005102761
This presentation will give an overview of the three main approaches to analyzing repeated measures analysis of variance: 1) Multivariate models, 2) traditional anova models, and 3) linear mixed models along with discussion of the advantages and disadvantages of each. The presentation includes...
Persistent link: https://www.econbiz.de/10005103059
Three approaches to understanding 3-way anova interactions will be presented: 1) a conceptual approach, 2) an anova approach and 3) a regression approach using dummy coding. The three approaches are illustrated through the use of a synthetic dataset with a significant 3-way interaction.
Persistent link: https://www.econbiz.de/10005103078
This presentation will cover a collection of statistics teaching tools written in Stata. These programs involve demonstrations or simulations of various statistical topics that are used both in the classroom and individually by the students. Topics include probability (coin, dice, box models),...
Persistent link: https://www.econbiz.de/10005074326
This presentation will show how to use of the new margins command, introduced in Stata 11, to explore interactions in regression and analysis of variance. The talk will cover three types of interactions: 1) categorical by categorical, 2) categorical by continuous, and 3) continuous by...
Persistent link: https://www.econbiz.de/10008487873
The creation and testing of interaction terms in regression models can be very cumbersome, even in Stata 8. We propose a simple wrapping command, -fitint-, that fits any generalised linear model and tests any twoway interactions, as well as all main effects. There is no need to use -xi- because...
Persistent link: https://www.econbiz.de/10004970579
Among various structures in Stata for cycling through lists (whether lists of variable names, numbers, or arbitrary strings) are foreach and forvalues, introduced in Stata 7 in 2001, and for, introduced in Stata 3.1 in 1992, and revised in 5.0 (1997) and 6.0 (1999). Typically, each member of the...
Persistent link: https://www.econbiz.de/10004970622