[R] How to display the info replaced by ellipsis in str and summary?
Bogdan Lataianu
bodinsoul at gmail.com
Sat Jul 16 09:20:54 CEST 2011
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 1 10 1: 1
1 1 10 2: 1
1 1 10 3: 1
1 2 15 1: 1
1 2 15 2: 1
1 2 15 3: 1
(Other) :18
More information about the R-help
mailing list