Re: [R] two-way anova help

2011-09-27 Thread S Ellison
t;5 replicate tanks"? > > > > Doing a two way anova is very simple in R. You would need to fit a > > linear model (lm function). > > > > Eg.: > > > > > model <- lm(y ~ male + female + male:female, data =) > > > > > > Regards, >

Re: [R] two-way anova help

2011-09-27 Thread Indrajit Sengupta
if this is making sense to you. Regards, Indrajit From: Austin Paul Cc: "r-help@r-project.org" Sent: Tuesday, September 27, 2011 12:30 PM Subject: Re: [R] two-way anova help Hi Indrajit and Bert,   I really appeciate your help.  I have coded as

Re: [R] two-way anova help

2011-09-27 Thread Austin Paul
lication. Your model form will remain the same. > > Regards, > Indrajit > > -- > *From:* Austin Paul > *To:* Indrajit Sengupta > *Cc:* "r-help@r-project.org" > *Sent:* Tuesday, September 27, 2011 10:57 AM > *Subject:* Re: [R] t

Re: [R] two-way anova help

2011-09-26 Thread Bert Gunter
ale, data =) > > > > > > Regards, > > Indrajit > > > > > > -- > > *From:* Austin Paul > > *To:* r-help@r-project.org > > *Sent:* Tuesday, September 27, 2011 6:13 AM > > *Subject:* [R] two-way anova help > &

Re: [R] two-way anova help

2011-09-26 Thread Indrajit Sengupta
___ To: Austin Paul Cc: "r-help@r-project.org" Sent: Tuesday, September 27, 2011 12:10 PM Subject: Re: [R] two-way anova help Hi Paul, There should not be any problem. Here is how I visualize the data table looks like: Obs Male_type   Female_type  Response 1 1 1 34 2 1 1 44

Re: [R] two-way anova help

2011-09-26 Thread Indrajit Sengupta
model form will remain the same. Regards, Indrajit From: Austin Paul Cc: "r-help@r-project.org" Sent: Tuesday, September 27, 2011 10:57 AM Subject: Re: [R] two-way anova help Hi, Yes.  As I explained, the three male and three female types were

Re: [R] two-way anova help

2011-09-26 Thread Austin Paul
ale:female, data =) > > > Regards, > Indrajit > > > -- > *From:* Austin Paul > *To:* r-help@r-project.org > *Sent:* Tuesday, September 27, 2011 6:13 AM > *Subject:* [R] two-way anova help > > Hello, > > I am having some trouble coding a two-way anova due t

Re: [R] two-way anova help

2011-09-26 Thread Indrajit Sengupta
stin Paul To: r-help@r-project.org Sent: Tuesday, September 27, 2011 6:13 AM Subject: [R] two-way anova help Hello, I am having some trouble coding a two-way anova due to replicated treatments. I have a factorial design with three male parents and three female parents. They were mated in all

[R] two-way anova help

2011-09-26 Thread Austin Paul
Hello, I am having some trouble coding a two-way anova due to replicated treatments. I have a factorial design with three male parents and three female parents. They were mated in all combinations and their babies were grown out and measured for size. 50 babies were measured for each of the 9 cr