I just wanted to double-check if I understood this part right since the whole lab is based on the data creation part. The question is regarding the below:
Omit cases with growth rates above 200%
Should we assume that dropping tracts with homes that cost less than 1000 is enough or should we do the following:
Hello Sir @lecy
I just wanted to double-check if I understood this part right since the whole lab is based on the data creation part. The question is regarding the below:
Omit cases with growth rates above 200%
Should we assume that dropping tracts with homes that cost less than 1000 is enough or should we do the following:
mhv.growth[ mhv.growth > 2 ] <- NA
Thank you