Displaying 1 result from an estimated 1 matches for "panelhist".
Did you mean:
pagelist
2009 Aug 24
2
Creating a simple line graph
...,Pred)
LaneCo2000HH.Sz =cbind(Sz,Obs)
I would like the x-axis to display the labels(Sz) and the y-axis to be the
vlaues
I am currently using the below (wont work with sample data) which gives me
the proportions of the observed versus the predicted in four different
graphs in histogram format.
panelHist(DataMatrix=t(apply(Hh2000.SnSz, 1, 4)),
ObsMeans=proportion(rowSums(LaneCo2000HH.SzWk),4),
Bounds=c(0.95, 1.05)
)
Also, if there is additional documentation for these operations i would
appreciate any insights./ Thanks
--
View this message in conte...