[R] repeated measures ANOVA using a covariance matrix

2008-02-18 Thread sun71 sun
Dear all, how can I perform a repeated measures ANOVA using a covariance matrix as input? E.g., I have four repeated measures (N = 200) with mean vector tau (no BS factor): tau <- rbind(1.10, 2.51, 2.76, 3.52) and covariance matrix (sigma): sigma <- matrix(c(0.523, 0.268, 0.267, 0.211,

[R] repeated measures ANOVA using a cov matrix

2008-02-19 Thread sun71 sun
Dear all, how can I perform a repeated measures ANOVA using a covariance matrix as input? E.g., I have four repeated measures (N = 200) with mean vector tau (no BS factor): tau <- rbind(1.10, 2.51, 2.76, 3.52) and covariance matrix (sigma): sigma <- matrix(c(0.523, 0.268, 0.267, 0.211,

Re: [R] repeated measures ANOVA using a cov matrix

2008-02-19 Thread sun71 sun
should give me the correct means... (I got a rebounce notice on my original message and after I did not see it go through for a day, I decided to repost it. Did not mean to tear on peoples sleeves - my apologies!) On 2/19/08, Peter Dalgaard <[EMAIL PROTECTED]> wrote: > sun71 sun wrote: