Displaying 1 result from an estimated 1 matches for "income2000".
2001 Nov 27
3
Equations as arguments to functions
...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
print(level)
maxrent _ level/12*Y
tot _ length(totrent[totrent<=maxrent])/le...