Displaying 2 results from an estimated 2 matches for "3x4x2".
Did you mean:
  4x4x2
  
2007 Jul 29
2
array writing and their filenames
Hi,
I want to save a array (say, array[6,7,8]) write a cvs file. How can I do
that??? can I write in one file?
if I could not write in one file, i want to use a loop to save in different
files (in the matrix[6,7,8], should be 8 csv files), such as the filename
structure should be: file ="filename" +str(i) +"." +"csv"
Many thanks.
Dong
	[[alternative HTML version
2000 Apr 13
1
random and group arguments in lme
I want to fit the following model:
> aov.madera <- aov(tiempo~producto/panel, data = madera)
> anova(aov.madera)
Analysis of Variance Table
Response: tiempo
               Df Sum Sq Mean Sq F value    Pr(>F)    
producto        2 93.631  46.815 63.0511 4.304e-07 ***
producto:panel  9 43.533   4.837  6.5144  0.001881 ** 
Residuals      12  8.910   0.742                      
---