Entering edit mode
Loren Engrav
★
1.0k
@loren-engrav-2040
Last seen 10.2 years ago
Hi
In 2006 and 2007 I did a mixed linear regression with maanova and used
a
couple of lines like
#read in the rma-processed experimental data and design file
raw.data =
read.madata("rma.expr.dat",designfile="design.dat",cloneid=1,pmt=2,spo
t=F)
#convert the raw data from all arrays into an madata object
data = createData(raw.data,n.rep=1,log.trans=F)
Am now doing it over for various reasons and find no further reference
to
the createData event in the maanova User Guide
Is it no longer necessary since the class of the read.madat obj is now
madata?
Thank you