<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Stata on The Final Artefact</title><link>https://www.thefinalartefact.xyz/tags/stata/</link><description>Recent content in Stata on The Final Artefact</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Fri, 05 Jun 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://www.thefinalartefact.xyz/tags/stata/index.xml" rel="self" type="application/rss+xml"/><item><title>ASCII charts in R</title><link>https://www.thefinalartefact.xyz/post/ascii-charts-in-r/</link><pubDate>Fri, 05 Jun 2015 00:00:00 +0000</pubDate><guid>https://www.thefinalartefact.xyz/post/ascii-charts-in-r/</guid><description>&lt;p&gt;In Stata it is possible to use function plot in order to get a simple scatter plot in Stata console. As of Stata eight, plot is no longer supported but remains a useful tool for quickly exploring relationships between variables. Using plot on the auto data provides the following results:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.thefinalartefact.xyz/post/ascii-charts-in-r/images/stata_text_plot.png" target="_blank" rel="noopener noreferrer"&gt;
&lt;img alt="Stata Textual Plot" loading="lazy" src="https://www.thefinalartefact.xyz/post/ascii-charts-in-r/images/stata_text_plot.png"&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now the question is: can we achieve the same level of convenience in R? Of course. The txtplot package authored by Bjoern Bornkamp provides similar functionality. Executing the code below will generate nice text plot straight in the R console:&lt;/p&gt;</description></item></channel></rss>