search for: envdata_fit

Displaying 1 result from an estimated 1 matches for "envdata_fit".

2011 Oct 04
2
Adonis and nmds help and questions for a novice.
...rstanding what is going on. I am looking at diversity in different soils with either woodland or grassland habitats. I have run the scripts library(vegan) library(ecodist) library(MASS) mydata <- read.table("ash_data.csv", header=TRUE, sep=",", row.names="Site") envdata_fit <- read.table("ash_env.csv", header=TRUE, sep=",", row.names="Site") #distance matrix of samples using bray curtis d= bcdist(mydata, rmzero=FALSE) And then using the distance matrix from this to use for adoins? Is this correct. With this I have then run Adonis r...