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
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
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
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
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
Read the data using scan():
#
# a1 a2 a3 a4
# ----
# b1 b2 b3 b1 b2 b3 b1 b2 b3 b1 b2 b3
# --- --- ------ --- ------ --- ------
6 matches
Mail list logo