Understand the fundamental concepts of manipulating data distributions for modelling and visualization
By Matúš Seči ([email protected])
This repository contains materials relating to the tutorial published on our website.
- Understand the purpose of transformations and scaling in statistical analysis.
- Understand the underlying mathematics and use appropriate syntax and packages in R to apply both common and more advanced transformations and scaling procedures.
- Learn how to reverse transformations and scaling to obtain estimates and predictions in the original units of measure.
- Learn how to change the scales on the plot axes and label them appropriately.
- Learn how to apply these concepts to real problems in ecology and environmental sciences involving data through worked examples.
The data were obtained from the Living Planet Index accessible at https://livingplanetindex.org/home/index. They are subject to the data use policy available here.
The other dataset used in the tutorial is Palmer Penguins dataset available through palmerpenguins
package in R
and is subject to the data policy available here. The data are licensed under the CC0 license.
If you have any questions, feel free to contact us at [email protected]