On 04/28/2010 08:42 PM, khaz...@ceremade.dauphine.fr wrote:
Hi, all

I have saved the results of the my program, now I want to see the results,
could you please tell me how I can do this?
thank you

Hi khazaei,
This depends upon how you saved your results. If you used:

sink("myresults.txt")
(lots of R commands)
sink()

Your results will be in a text file named "myresults.txt" and you can view them in a text editor.

There are several other ways to save results, so letting us know what you did to save them will probably result in more helpful answers.

Jim

______________________________________________
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.

Reply via email to