.table( 'Sergios_wide_data.txt' , header=T )
>> b = melt.data.frame( data=a , id.vars=c('subject','treatment') ,
>> variable_name='day' )
>> ezANOVA( data=b , dv=.(value) , sid=.(subject) , within=.(treatment,day) )
>>
>>
>>
wrote:
> Yes, reshaping data is straightforward in R. No need to copy/paste in
> a spreadsheet.
> See ?reshape and/or the melt/cast functions in the reshape package.
>
> -Ista
>
> On Mon, Nov 9, 2009 at 9:20 PM, Sergios (Sergey) Charntikov
> wrote:
>> Thank you very
n=~Day))
>
> Peter Dalgaard also pointed toward an article that describes how to do the
> same thing with anova().
>
> Regards,
> John
>
>> -Original Message-
>> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> On
>> Behalf
up
> representing the pairs as single distribution of difference scores
> with a single variance.
>
> Mike
>
> On Mon, Nov 9, 2009 at 5:30 PM, Sergios (Sergey) Charntikov
> wrote:
> > Tried EZanova, no luck with my particular dataset.
> >
> >
> > Sin
OVA from the ez pacakge? It attempts to provide a
> simple user interface to car's ANOVA (and when that fails, aov).
>
> On Mon, Nov 9, 2009 at 1:44 PM, Sergios (Sergey) Charntikov
> wrote:
> > Hello everyone,
> >
> > I am trying to do within subjects repeated m
---
> John Fox
> Senator William McMaster
> Professor of Social Statistics
> Department of Sociology
> McMaster University
> Hamilton, Ontario, Canada
> web: socserv.mcmaster.ca/jfox
>
>
> > -Original Message-
> > From: r
[corrected dataset below]
Hello everyone,
I am trying to do within subjects repeated measures anova followed by the
test of sphericity (sample dataset below).
I am able to get either mixed model or linear model anova and TukeyHSD, but
have no luck with Repeated-Measures Assuming Sphericity or Se
Hello everyone,
I am trying to do within subjects repeated measures anova followed by the
test of sphericity (sample dataset below).
I am able to get either mixed model or linear model anova and TukeyHSD, but
have no luck with Repeated-Measures Assuming Sphericity or Separate
Sphericity Tests.
I a
Hello everyone,
I have tried to look for this everywhere and so far have no luck. I have a
plotMeans(DV, IV1, IV2, error.bars="se") graph that plots my data
(DV-continuous, IVs are factors, IV1 - two levels, IV2-four levels). I am
trying to increase a scale of my y-axis (to be consistent with my
9 matches
Mail list logo