Displaying 1 result from an estimated 1 matches for "dsnlawa".
Did you mean:
dsalama
2009 Feb 07
0
Problems with svyhist
...et
######################################
SurveyData <- read.table("C:/Data/R/RADAMdata2.csv", header=TRUE,
sep=",", na.strings="NA", dec=".", strip.white=TRUE)
DsnRADAM <- svydesign(id = ~RADAM.TAZ, weights = ~RADAM2005Pct, data =
SurveyData)
DsnLAWA <- svydesign(id = ~RADAM.TAZ, weights = ~LAWA2005Pct,
data = SurveyData)
MyBreaks <- c(0,5,10,15,20,30,40,50,60,80,100,120)
svyhist(~Miles2LAX, DsnRADAM, breaks=MyBreaks, main="Survey
weighted",col="purple",ylim=c(0,0.05))
svyhist(~Miles2LAX, DsnLAWA, breaks=M...