<html>
<body>
<br>
Hello,<br><br>
I tried to save data created with
<font face="Courier New, Courier">lmFit</font>. Linear modelling
works:<br><br>
<font face="Courier New, Courier">fit&lt;-lmFit(normalized data set,
design=NULL, ndups=1, block=NULL, correlation=0.75,
weights=NULL,method=&quot;ls&quot;,design object)<br><br>
</font>that works well. fit is now an object of the
<font face="Courier New, Courier">MarrayLM</font> class. According to the
LIMMA-manual I try to use
<font face="Courier New, Courier">write.fit<br><br>
&gt; write.fit(fit, results=NULL, FStat=NULL,file= &quot;file&quot;,
digits=2, adjust=&quot;none&quot;)<br><br>
</font>but all I get is<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><font face="Courier New, Courier">Error
in array(x, c(length(x), 1), if (!is.null(names(x))) list(names(x),&nbsp;
: <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <x-tab>&nbsp;</x-tab>attempt to set
an attribute on NULL<br><br>
</font>Did I miss something in the manual?<br><br>
Any suggestions?<br><br>
Thanks!<br><br>
Sebastian Thieme <br>
</body>
</html>