search for: totrent

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

Did you mean: torrent
2001 Nov 27
3
Equations as arguments to functions
...e("datasets/2000income/",C,sep="")) counter _ counter+1} if (file.exists(paste("datasets/rents/2000",toupper(C),sep=""))) { load(paste("datasets/rents/2000",toupper(C),sep="")) counter _ counter+1} if (counter== 2) { totrent _ 0 totrent _ rep(rent,units) totrent _ totrent[!is.na(totrent)] income2000 _ sort(income2000) print(C) print(length(income2000)) # for debugging - notice this works fine print(ls()) # for debugging - notice this works fine level _ eq # FAILURE POINT...