bout statistics is about as
sensible as taking a statistician's advice about chemistry - the mileage can
vary.
S Ellison
> -Original Message-
> From: r-help-boun...@r-project.org
> [mailto:r-help-boun...@r-project.org] On Behalf Of Austin Paul
> Sent: 27 September 2011 0
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
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
Tanks are the experimental unit, fishes within tanks are repeated measures
of the treatment, there is no "nesting" of replicates. You can analyze the
45 x 50 individual data values by repeated measures (mixed effects models)
or by summarizing the 50 measurements per tank=treatment into a single val
___
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
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
Hi,
Yes. As I explained, the three male and three female types were crossed in
all combinations (9 ways). For each of the 9 types, I have *5 replicate
tanks* (45 total tanks). And from each of the 45 tanks I have 50
observations for size. So the 5 replicates are somehow nested within the
two-w
Can you explain what do you mean by "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,
Indrajit
From: Austin Paul
To: r-
8 matches
Mail list logo