Displaying 1 result from an estimated 1 matches for "normalised_incom".
Did you mean:
normalised_income
2012 May 03
1
Help with getting values from string
...seem to work. Please help.
I have written down my code and the error message please tell me how to pass
the value that a string points to. Thanks in advance
#macro defined
machist_occ_kgfs<-defmacro(a,qnu_occ,b,qnl_occ,expr={with(subset(an_ind_data_fin,income_source==a
& region_id==b & normalised_income>qnl_occ &
normalised_income<qnu_occ),hist(normalised_income,main=paste(a,b,sep="
")))})
#macro called
machist_occ_kgfs(occ,paste("qnu",ri,occ,collapse="",sep=""),ri,paste("qnl",ri,occ,collapse="",sep=""))
Error in his...