Displaying 1 result from an estimated 1 matches for "cattail_0".
Did you mean:
cattail_1
2010 Jun 14
1
script development for Unconditional Density and Probability estimation
...o
automatically get another metric.
Any suggestion will be greatly appreciated.
Currently running Windows XP, R 2.11.1
###############################################################################
Marsh <- cbind(SoilVegHydro, vegcode)
AnnualDepth <- Marsh[,'meanAnnualDepthAve']
cattail_0 <- Marsh[,'cattail'] == '0' # no need to run for 8
species, automate if possible
cattail_1 <- Marsh[,'cattail'] == '1' # yes need to run for 8
species
spbase.rate.d1 <- sum(cattail_1)/(sum(cattail_1) + sum(cattail_0) )
annualDepth.densit...