search for: fweek

Displaying 5 results from an estimated 5 matches for "fweek".

Did you mean: week
2009 Oct 19
1
Reposting various problems with two-way anova, lme, etc.
...ons that we are making change in the individual groups over time. According to my very limited statistics training that means that I would have to do a two-way anova with repeated measures because the same subjects are observed on the different weeks. Now in R I can do something like this: MyData$fWeek <- factor(MyData$Week) #Convert week to factor m1 <- aov(Readout ~ Group*fWeek + Error(Subj/fWeek), data=MyData) My first naive question is: Is the Error(...) term correct for the design that I describe? I am not quite sure if I understand the syntax correctly. In any case, it actually seem...
2009 Oct 15
0
Two way anova repeated measures and post hoc testing - several questions
...ons that we are making change in the individual groups over time. According to my very limited statistics training that means that I would have to do a two-way anova with repeated measures because the same subjects are observed on the different weeks. Now in R I can do something like this: MyData$fWeek <- factor(MyData$Week) #Convert week to factor m1 <- aov(Readout ~ Group*fWeek + Error(Subj/fWeek), data=MyData) My first naive question is: Is the Error(...) term correct for the design that I describe? I am not quite sure if I understand the syntax correctly. In any case, it actually seem...
2012 May 07
1
How can I brake a label in two lines when using expression()?
...Label = c("380", "750"), class = "factor"), fTreat = structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), .Label = c("8-380", "8-750", "12-380", "12-750"), class = c("ordered", "factor" )), fWeek = structure(c(1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L), .Label = c("1", "3", "8"), class = "factor")), .Names = c("Temp", "CO2", "Treat", "Week", "Mean.Rate", "lower", "upper", &...
2012 May 03
1
braking a label in two lines when using expression()
...Label = c("380", "750"), class = "factor"), fTreat = structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), .Label = c("8-380", "8-750", "12-380", "12-750"), class = c("ordered", "factor" )), fWeek = structure(c(1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L), .Label = c("1", "3", "8"), class = "factor")), .Names = c("Temp", "CO2", "Treat", "Week", "Mean.Rate", "lower", "upper", &...
2009 Jan 22
1
ggplot seq
Hi Hadley: Not sure if you received my email, so I am resending it again. I have dealt with this before and I can't remember how it got resolved. It is too much data to reproduce the example below(49.000 records) but all I am after is trying to get the x axis breaks. I want my x axis to go from 27 to 51 and 1 to 25 by 2. I am trying to concatenate the breaks but it sorts the seq() in ascending