bobmuscarella / Panama_analysis

1 stars 0 forks source link

How to handle palms in growth analysis? #2

Open bobmuscarella opened 8 years ago

bobmuscarella commented 8 years ago

For now, remove them

tdata$Growth.Include[tdata$palm==T] <- F
tdata$Growth.Include[tdata$palm==F & !is.na(tdata$growth)] <- T