Hi, I want to use an output of one function (LSD.test) in other. How is it that while saving output from LSD.test to variable, it prints own output out?
The function could be simplified to: fun <- function ( ... ) { ... lsd <- LSD.test(data[1], data[2], df, mse) ... } In my example, I don't want LSD.test to print any output, I just want to use some of it later... How to stop it printing anything? Greetz, Timo ______________________________________________ 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.