On 2/12/08, Tom Cohen <[EMAIL PROTECTED]> wrote:
>  Dear list,
>
>  I have following data set, which I want to plot the "Scale" variable on the
>  x-axis and "Mean"´on the y-axis for each Ageclass and for each sex. The Mean
>  value of each Ageclass for each sex would be connected by a line. Totally,
>  there should be 6 lines, from which three present the Mean values of each
>  Ageclass for respective sex. Are there any easy ways to do this in R?

You will have to give a better description of what you want. Your
current description leads me to try

bwplot(Mean ~ Scale | Ageclass + Sex, <data>)

which results in a silly plot.

-Deepayan
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to