1 / 22

Transforming the data

Transforming the data. Modified from: Gotelli and Allison 2004. Chapter 8; Sokal and Rohlf 2000 Chapter 13. What is a transformation?. It is a mathematical function that is applied to all the observations of a given variable

Télécharger la présentation

Transforming the data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Transforming the data Modified from: Gotelli and Allison 2004. Chapter 8; Sokal and Rohlf 2000 Chapter 13

  2. What is a transformation? It is a mathematical function that is applied to all the observations of a given variable • Y represents the original variable, Y* is the transformed variable, and f is a mathematical function that is applied to the data

  3. Most are monotonic: • Monotonic functions do not change the rank order of the data, but they do change their relative spacing, and therefore affect the variance and shape of the probability distribution

  4. There are two legitimate reasons to transform your data before analysis • The patterns in the transformed data may be easier to understand and communicate than patterns in the raw data. • They may be necessary so that the analysis is valid

  5. They are often useful for converting curves into straight lines: The logarithmic function is very useful when two variables are related to each other by multiplicative or exponential functions

  6. Logarithmic (X):

  7. Example:Asi’s growth (50 % each year)

  8. Exponential:

  9. Example: Species richness in the Galapagos Islands

  10. Power:

  11. Statistics and transformation Data to be analyzed using analysis of variance must meet to assumptions: • The data must be homoscedastic: variances of treatment groups need to be approximately equal • The residuals, or deviations from the mean must be normal random variables

  12. Lets look an example • A single variate of the simplest type of ANOVA (completely randomized, single classification) decomposes as follows: • In this model the components are additive with the error term εij distributed normally

  13. However… • We might encounter a situation in which the components are multiplicative in effect, where • If we fitted a standard ANOVA model, the observed deviations from the group means would lack normality and homoscedasticity

  14. The logarithmic transformation • We can correct this situation by transforming our model into logarithms Wherever the mean is positively correlated with the variance the logarithmic transformation is likely to remedy the situation and make the variance independent of the mean

  15. We would obtain • Which is additive and homoscedastic

  16. The square root transformation • It is used most frequently with count data. Such distributions are likely to be Poisson distributed rather than normally distributed. In the Poisson distribution the variance is the same as the mean. Transforming the variates to square roots generally makes the variances independents of the means for these type of data. When counts include zero values, it is desirable to code all variates by adding 0.5.

  17. The box-cox transformation • Often one do not have a-priori reason for selecting a specific transformation. • Box and Cox (1964) developed a procedure for estimating the best transformation to normality within the family of power transformation

  18. The box-cox transformation • The value of lambda which maximizes the log-likelihood function: yields the best transformation to normality within the family of transformations s2Tis the variance of the transformed values (based on v degrees of freedom). The second term involves the sum of the ln of untransformed values

  19. box-cox in R (for a vector of data Y) >library(MASS) >lamb <- seq(0,2.5,0.5) >boxcox(Y_~1,lamb,plotit=T) >library(car) >transform_Y<-box.cox(Y,lamb) What do you conclude from this plot? Read more in Sokal and Rohlf 2000 page 417

  20. The arcsine transformation • Also known as the angular transformation • It is especially appropriate to percentages

  21. The arcsine transformation Transformed data It is appropriate only for data expressed as proportions Proportion original data

  22. Since the transformations discussed are NON-LINEAR, confidence limits computed in the transformed scale and changed back to the original scale would be asymmetrical

More Related