What to do when the assumptions are not true?
When is data not likely to be normal, graphically?
(pg. 371)
When distribution is strongly skewed or strongly bimodal, or has outliers
Normal Quantile Plot
Compares each observation in the sample w/ its quantile expected from the standard normal distribution
If it is normally distributed, points should roughly be in a straight line.
Shapiro-Wilk test
What is it?
Shapiro-Wilk test evaluates goodness of fit of a normal distribution to a set of data randomly sampled from population (null hypothesis is that it is normal)
Recommended methods of evaluating assumption of normality?
Robust
Def’n?
A statistical procedure is robust if the answer it gives is not sensative to violations of the assumptions of the method.
Normal Approximation - Ignoring violations
When can assumptions of equal standard deviations can be ignored?
Data transformation def’n
Data transformation changes each measurement by the same mathematical formula
Purpose of a transform?
NOTE: This tranform will affect all the data AND the hypotheses equally; i.e. everything gets tranformed the same way. Also, can’t just do ln[s] for example; have to re-calculate starting with the mean of all the logs.
Examples of possible transformations?
(indicate top 3)
Log tranform - what does it do?
Converts each data point to its logarithm
Ex. Y = ln[X]
What to do if you want to try log transform but data has zero?
Try Y’ = ln[Y + 1]
Log transform - When is it useful?
See pg. 378 for details
Arcsine tranformation
Note: convert percentages into decimal proportions first b4 application
Square-root tranformation
Square tranformation
Antilog transform
Reciprocal tranform
Calculating CI with transform?
Use the transformed values, then once range is calculated, it is best to convert BACK into original scale by back-transform (i.e. invert the transformation).
See pg. 382
Valid transforms . . .
Nonparametric methods - def’n
Nonparametric methods make fewer assumptions than standard parametric methods do about the distribution of variables
Ranking Data points
See pg. 391
Sign-test