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,
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,
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:
3 matches
Mail list logo