Re: [R] Sweave: looping over mixed R/LaTeX code

2008-06-13 Thread Delphine Fontaine
Input{loop.Snw}" as many times as the n of the loop. And in my loop.Snw, I don't forget to increment the counter of 1. Not marvelous, but it works... Delphine Delphine Fontaine Statistician Data & Statistics Department Genexion SA  Please consider the environment before p

[R] Difference between snw and rnw files

2008-06-02 Thread Delphine Fontaine
Dear R-users, I use Sweave for quite a long time but I still wonder what is the difference between snw and rnw files. Why these two file extensions ? I searched the web without success. Thanks for your answers. Delphine Fontaine __ R-help@r

[R] problem when extacting columns of a data frame in a new data frame

2008-01-08 Thread Delphine Fontaine
11 4 2 112 3 3 223 3 4 334 3 5 445 3 6 556 3 7 593 3 8 604 3 9 615 3 10 2 3 Why does the variables change ?!? Thanks ! Delphine Delphine Fontaine Statistician Data & Statistics Department - Genexion SA

Re: [R] extracting pvalue from ANOVA with repeated measures

2008-01-02 Thread delphine . fontaine
Thanks ! it works ! Delphine > > Try this: > > lapply(lapply(your_object, "[[", 1), "[[", "Pr(>F)") > > where the object is of class summary.aovlist > > -- > Henrique Dallazuanna > Curitiba-Paraná-Brasil > 25° 25' 40" S 49° 16' 22" O > > > On 02/01/2008, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> w

[R] extracting pvalue from ANOVA with repeated measures

2008-01-02 Thread delphine . fontaine
I made an ANOVA with repeated mesures (aov(Mesure~Distance*Genre*Correct+Error(Sujet/(Distance*Genre*Correct)), data)) and I would like to extract the pvalues. The output is: --- Error: Sujet Df Sum Sq Mean Sq F value Pr(>F) Residua

[R] R validation

2007-11-03 Thread delphine . fontaine
? Thanks ! Delphine Fontaine Delphine Fontaine Statistician Data & Statistics Department - Genexion SA 29, Quai du Mont-Blanc Geneva, CH-1201 Switzerland Office: +41 22 704 32 44

[R] longtable and Sweave

2007-09-18 Thread Delphine Fontaine
Dear Sweave-users, I want to print listing using sweave. Because my tables are very big, I use the longtable option. But, is it possible to recall the first line of the table (e.g the colnames line) on each new page ? Thanks for your help. Delphine __