Re: [R] How to see the previous commands after save workspace/load workspace ?

2011-09-26 Thread Bogdan Lataianu
OK, I save/load history. This option is under File On Aug 4, 2:54 pm, "R. Michael Weylandt" wrote: > Check out ?savehistory in utils. > > Also, I think most GUI's do this - I can certainly attest that RStudio does > > Michael Weylandt > > On Thu, Aug 4, 201

[R] How to see the previous commands after save workspace/load workspace ?

2011-08-04 Thread Bogdan Lataianu
I did save workspace and when I load it, I can see the variables, using ls(). But I cannot see the commands from the program I saved. How to do that? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the pos

[R] How to display the info replaced by ellipsis in str and summary?

2011-07-16 Thread Bogdan Lataianu
I want to see all str(demo1); 'data.frame': 24 obs. of 4 variables: $ id : int 1 1 1 2 2 2 3 3 3 4 ... $ group: int 1 1 1 1 1 1 1 1 1 1 ... $ pulse: int 10 10 10 10 10 10 10 10 10 10 ... $ time : int 1 2 3 1 2 3 1 2 3 1 ... summary(demo2bis); id.group.pulse.time 1

[R] How to display the mean source?

2011-06-09 Thread Bogdan Lataianu
How can I show the mean source in an Anova table, the one which has always degree of freedom 1? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Basic question about three factor Anova

2011-05-30 Thread Bogdan Lataianu
I understand now On May 30, 4:04 pm, Bogdan Lataianu wrote: >  Read the data using scan(): > # > #          a1               a2               a3               a4 > #     -    -    -    - > #     b1   b2   b3     b1   b2   b3     b1  

[R] Basic question about three factor Anova

2011-05-30 Thread Bogdan Lataianu
Read the data using scan(): # # a1 a2 a3 a4 # ---- # b1 b2 b3 b1 b2 b3 b1 b2 b3 b1 b2 b3 # --- --- ------ --- ------ --- ------