Displaying 2 results from an estimated 2 matches for "kr_repm".
Did you mean:
kr_repms
2007 Jan 17
2
Repeated measures
I am having a hard time understanding how to perform a "repeated
measures" type of ANOVA with R. When reading the document found here:
http://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_repms.html
I find that there is a reference to a function make.rm () that is
supposed to rearrange a "one row per person" type of frame to a "one
row per observation" type of frame. But that function does not seem
to be there. Nor does the help.search suggest anything. Is that...
2006 Aug 03
0
Ambitious newbie with some ongoing Q's
...e months
now, mostly using the power analysis routines including the "pwr"
package.
I'm currently looking at a project which will require a
repeated-measures MANCOVA.
I've been reviewing the files available at CRAN, including
http://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_repms.html
and http://tolstoy.newcastle.edu.au/R/help/03b/7663.html which
describe repeated-measures ANOVA
Is making this a repeated-measures MANCOVA as simple as adding a
covariate to the fixed model and then making the Y and covariate
variables matrices?
If not, how do I do it? Can I do it?
And if...