Difference between revisions of "HowTo/GettingStarted"
From Comparative Phylogenetics in R
Line 1: | Line 1: | ||
===Comparative Methods in R How To=== | ===Comparative Methods in R How To=== | ||
+ | |||
+ | Getting started with R: | ||
+ | |||
+ | R is freely available statistical software, which can be run in various environments(MacOSX, Windows, Linux). For a general description of R, visit the | ||
'''Basics''' | '''Basics''' |
Revision as of 11:07, 11 December 2007
Comparative Methods in R How To
Getting started with R:
R is freely available statistical software, which can be run in various environments(MacOSX, Windows, Linux). For a general description of R, visit the
Basics
- How to load a tree
- How to load a dataset
- How to....
Methods
- How to calculate Independent Contrasts
- How to calculate Ancestral State Reconstructions
- How to calculate measures of phylogenetic patterning
- How to.....
Tree & Data Manipulation
- How to run analysis across multiple trees
- How to subset trees and data
- How to resolve polytomies
- How to change branch lengths
- How to .....