Displaying 1 result from an estimated 1 matches for "morfo".
Did you mean:
morbo
2013 Feb 28
1
help for an R automated procedures
...il.com).
[Bellow is an example is the codes I've used to accomplish my goals, sample
by sample, which can exemplify the complexity of the procedures:
#Subsetting the data (v1-v11 are continuous "predictors"): species 1 at
locality 1 (all data [5520 cases] are on a vector called 'morfo')
sp1.loc1<-morfo[which(spps=="sp1" & taxoc=="loc1"),] #getting only the
observations of sp1 (species 1) at loc1 (locality 1)
str(sp1.loc1) #abundance -> 19 cases and the abundance variable ('abund')
says 18…
sp1.loc1$abund<-rep(19,19)
summary(sp1.loc1)...