search for: shoice

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

Did you mean: choice
2008 Dec 12
1
Creating a vector
...ling with this for too long. Cheers, JR #test location model TAZs TAZS=101:108 #Builds test Vacant TAZ vector TAZDEVS=c(125481,174581,556789,14755776,9984275,1324587,12457841,4511475) #Builds dataframe simulating TAZ_VAC_FEET TAZ_VAC_FEET=data.frame(TAZS,TAZDEVS) #Candidate TAZs from location shoice model cands=c(101,102,107,108) #Create Object of length of cands candslength=length(cands) #Test Location Choice Model selected TAZ for(i in i:candslength){ #Renames randomly generated TAZ's object Loc_Mod_TAZ=cands[i] #Create test Development in Sq. Ft. Dev_Size=500000 #Determines...