Very often when we are working with datasets, particularly databases, we often want to combine multiple datasets. Traditionally, in R, this was done with the function merge(). Since the development...
[Read More]
All the data that we use is in our repository. Now that you have your data in R, no matter the process you took to get it there, you will...
[Read More]
All the data that we use (and will be used in this course) are available from here. I have also placed a copy of this data in our repository. Getting...
[Read More]
Working with data in R There are lots of great references out there to help orient you with R and R data structures. One of the best is the section...
[Read More]
What is R? R is an open-sourced computer language that allows you to conduct data analysis and programming It is extremly versatile with almost 9000 packages that allow you to...
[Read More]
Background The backbone to multivariate analysis is the two-way data matrix. In an ecological sense, we can imagine that each column in the dataset is a species or environmental factor...
[Read More]
We will go over several data transformations and standardizations (aka relativisations) commonly used in multivariate statistics. This material borrows heavily from Dr. Kevin McGarigals Applied Multivariate Course with some modifications...
[Read More]