I have three variables,
1. Irrational Beliefs (Categorical)
2. Anxiety State/ Trait (Categorical)
3. Personality Traits (Categorical)
Which statistical analyses can be used?
|
|
|||||||||||||||||||
|
closed as not a real question by csgillespie Oct 22 '10 at 16:04
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
@onestop is literally correct. If you have three unordered categorical variables, techniques like loglinear modelling are appropriate. @Neelam However, I doubt that your data is unordered categorical. From my experience with measures of psychological scales measuring irrational beliefs, anxiety states and traits, and personality traits, the scales are numeric. For example, a typical personality scale might have 10 items with each item measured on a 5-point scale. Thus, if you were to sum the scale you get scores ranging from a minimum possible score of 10 to a maximum possible score of 50. I.e., there are 41 possible values. Thus, in some sense the variables are categorical, but they are also ordinal, and they are also typically treated as numeric variables. See my comments to this earlier question regarding discrete and continuous variables. Thus, in the empirical research that I read with similar scales, researchers typically treat such scales as numeric variables. Thus, methods such as correlation, regression, and PCA are standard. |
|||||||
|
|
If you're after a general way to model multiway contingency tables, one powerful approach is to use Poisson regression, often called a log-linear model in this context. A classic paper on this is Nelder (1974), but there are now more suitable resources for pedagogical purposes freely available online thanks to the generosity of some lecturers or their universities, such as Princeton's Germán Rodríguez: pdf version, html version. There must be less mathematical introductory material out there though? |
|||||
|