Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How Do I Capture Regression Output to an External File?

0
Posted

How Do I Capture Regression Output to an External File?

0

Question: How do I capture the text output from a regression out to a file so that I can use it as part of a report? The text output from the FIT command (or the text output from any Dataplot command for that matter) may be captured by use of the CAPTURE command. Thus if one wants to capture the text output from a quadratic fit out to the file XYZ., for example, then one would enter QUADRATIC FIT Y X (to see the fit output on the screen) CAPTURE XYZ. (to initiate the capture of text out to file XYZ.) QUADRATIC FIT Y X (to regenerate the fit output; nothing will go to the screen) END OF CAPTURE (to terminate the capture of text out to file XYZ.) LIST XYZ. (to view on screen the contents of file XYZ.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123