Bogdan Lataianu
2011-Jul-16 07:20 UTC
[R] How to display the info replaced by ellipsis in str and summary?
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
David Winsemius
2011-Jul-16 13:05 UTC
[R] How to display the info replaced by ellipsis in str and summary?
On Jul 16, 2011, at 3:20 AM, Bogdan Lataianu wrote:> > I want to see all?print> > 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 > > ______________________________________________ > R-help at 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 > and provide commented, minimal, self-contained, reproducible code.David Winsemius, MD West Hartford, CT