-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.Rmd
executable file
·61 lines (36 loc) · 4.05 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
% Introduction
The workshop **Introduction to Multivariate Statistics in R** will cover introductory aspects of several widely-used multivariate statistical methods. Our aim is to give inexperienced users of these techniques a first look at how they can be implemented in R. We will focus mostly on analyses and outputs that R generates automatically from existing procedures and avoid too much programming to manipulate data objects.
> Next Workshop:<img src = "figs/icpp2018.png" width=350 align=right><br>
International Congress of Plant Pathology 2018<br>
Saturday July 28 1:00 - 5:00 PM
## Instructors
<div class="section group"><div class="col span_1_of_2"><img src = "figs/mcroberts.jpg" style = "border-radius: 50%; border-color: white 1px; margin: 20px">
Dr. [Neil McRoberts](https://qbelab.plantpathology.ucdavis.edu/neil-mcroberts/)
University of California Davis
</div><div class="col span_1_of_2"><img src = "figs/esker.jpg" style = "border-radius: 50%; border-color: white 1px; margin: 20px">
Dr. [Paul Esker](https://plantpath.psu.edu/directory/pde6)
Pennsylvania State University</div></div>
<p></p>
## Syllabus
Over the course of the workshop we hope to cover the following:
* Ordination methods for dimensionality reduction and data display
* [Principal components analysis (PCA)](1-MV_PCA.html)
* [Principal coordinates analysis (PCO)](2-MV_PCO.html)
* [Clustering methods](3-Cluster.html) for examining relationships among data items
* Hierarchical clustering
* Non-hierarchical clustering
* [Linking ordination and clustering](4-PCA_PCO_cluster.html)
* [Examining differences among groups](5-DA_Manova.html)
* Discriminant analysis and MANOVA
* Procrustes analysis for comparing ordinations
<p> </p>
## Types of materials
The materials for the workshop come in four different types of file:
1. There are general information files like this one, that provide background material, comments, code snippets and other miscellaneous material. These are `R Markdown` files. They can be viewed in a Markdown-aware editor (such as the one in R Studio, or cloud-based tools such as StackEdit or a range of others). Markdown is a simple text formatting system that was originally developed as a tool to allow people who didn't want to learn the intricacies of HTML to generate basic text-oriented web-pages. It has quickly become a highly functional generic document preparation system. Some (but not all - **Beware**) versions of Markdown and Markdown editors can implement $LaT_{E}X$ math syntax to allow publication-quality rendering of equations. Here, we used R Markdown website structure to generate the HTML files.
2. [**Powerpoint file**](supp/Introductio-MV.pptx). These contain the slides we will use during the workshop to introduce the topics and highlight important details of the process of analysis and interpretation of outputs. The Markdown files and Powerpoints together give a complete version of the workshop content.
3. [**R program files**](https://github.com/openplantpathology/OPP_Workshop_Multivariate/tree/master/R). Although a lot of the R code will appear as snippets in the Markdown files, we give a set of basic R program files that run the example analyses from the workshop sessions. These files contain comments to guide the user as to the purpose of different sections of the code, but they are not intended to be a stand-alone way to learn the methods we are covering.
4. [**Data files**](https://github.com/openplantpathology/OPP_Workshop_Multivariate/tree/master/data) (usually .csv files). All of the data files needed to reproduce the examples are provided in the `data` folder. We use the `read.csv` function to read the files.
We hope you will be able to work through the material in the workshop at your own pace, so although we hope to cover all the topics listed above on the day, don't worry if we move on to a new topic before you feel you have completely got to grips with the one you are already working on.
<br>
## Licences
Data: [CC-0](https://creativecommons.org/publicdomain/zero/1.0/) attribution requested in reuse