Transforming data Flashcards
(13 cards)
How do we know if data are normally distributed?
If non-significant
What are the acceptable limits of skewness?
-1 to +1
What are the acceptable limits of kurtosis?
-3 to +3
What are the four common types of transformations?
Log transformation
Square root transformation
Reciprocal transformation
Reverse score and then apply any of the above
What can log transformations do (and not do)?
Correct positive skew, positive kurtosis, and unequal variances
Squashes right tail distribution
Cannot be used directly with 0s or negative numbers
What can square root transformations do?
Correct positive skew, positive kurtosis, and unequal variances.
Has greater effect on larger numbers than smaller ones - brings values closer to middle
What can reciprocal transformations do?
Correct positive skew, positive kurtosis, and unequal variances
What can reverse scoring and applying any of the above do?
Correct negative skew
How do you do a log transformation on SPSS?
transform -> compute variable
- new variable name in target box
function group - select arithmetic
functions and special variables - Lg10 - move to numeric expression box
Move variable you want to transform to Lg10()
How do you do a square root transformation in SPSS?
transform -> compute variable
new variable name in target box
- function group - arithmetic
- functions and special variables - Sqrt - double clock and move to numeric expression
- move variable you want to transform to Sqrt(?)
How do you do a reciprocal transformation on SPSS?
transform -> compute variable
new name in target variable box
- type 1/ in numeric expression box
- move variable you want to tranform into the box
How do you reverse score (and then apply any of the above) in SPSS?
transform -> compute variable
New variable name in target box
- Identify highest value for variable to be transformed in dataset - type into numeric expression box followed by a minus sign.
Move variable you want to transform to the box
- Can then apply another transformation to this reverse scored variable