search for: maxrent

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

Did you mean: maxent
2001 Nov 27
3
Equations as arguments to functions
..._ 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])/length(totrent) house _ length(income2000[income2000<=level])/length(income2000) location _ c(location,C) index _ c(index,tot) cutoff _ c(cutoff,maxrent) totalapt _ c(totalapt,length(totrent)) levels _ c(levels,level)...