I have a do-file that produces a lot of output from various types of commands. I would like to store this output in a file to look at later, but without having it clutter up the Results window.
I am aware of the log command, but I seem to have to choose between two scenarios: if I run the program quietly, then output is not shown in the Results window, nor gets recorded in the log file; or if I do the program noisily, I end up with the output in both places. I really want to avoid cluttering up my Results window. For instance, I would like to be able to scroll up to visually see the output of commands I entered interactively before, but these previous results disappear from screen due to sheer volume of output being generated by my do-file.
I am also familiar with the file command to pipe specific things to a text file, but I am not sure using it is practical to capture output from the variety of commands that generate output in my do-file.
I would really appreciate your thoughts on how to do this. Thank you in advance!
Related Posts with Sending output to file _instead of_ Results window
reshape the datasetHello I have the dataset as below. It is just one long row variable. I want to reshape using reshap…
bootstraping clustered standard errors in system GMM help!Hi guys, I am running a diff-in-diff fixed effects model with 16 countries between 2002 to 2017 test…
Foreach in mataDear All, just a quick question. Is it possible to use foreach within a mata function? Suppose I h…
Fill missing observations of a variable with zeroDear Stata Users, Please, help me to resolve the following issue. Below I have a dataset. I need to …
RESET test for omitted variablesHello, I am trying to run diagnostics of my model and I would like to clarify the following uncerta…
Subscribe to:
Post Comments (Atom)
0 Response to Sending output to file _instead of_ Results window
Post a Comment