Would just saving the results onto an object saving it work? >From the help page example
summary(fm1 <- aov(breaks ~ wool + tension, data = warpbreaks)) myresults <- TukeyHSD(fm1, "tension", ordered = TRUE) write.table (myresults, file = kskskkkkk) John Kane Kingston ON Canada > -----Original Message----- > From: ulrikebraeck...@hotmail.com > Sent: Mon, 6 Aug 2012 07:19:09 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] Tukey HSD not fully displayed in R console > > Dear all, > > I would like to test the differences in dependent variable X depending on > 2 > grouping variables of each 10 levels. > I do this with a 2-way ANOVA, followed by a Tukey HSD test (TukeyHSD(x)). > However, since a lot of combinations are possible with 2 grouping > variables, > each of 10 levels, the result of the Tukey test is not fully displayed in > the console. > > I tried to print it as a table (write.table () ) and open it afterwards > in > Notepad or print e.g. only the first 30 rows of the result, but both > without > success ... > > Anyone an idea how I can deal with this problem? > > Many thanks, > > Ulrike > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/Tukey-HSD-not-fully-displayed-in-R-console-tp4639285.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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 > and provide commented, minimal, self-contained, reproducible code. ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! ______________________________________________ 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 and provide commented, minimal, self-contained, reproducible code.