<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aptech &#187; Answers for "What does return code 34 mean?"</title>
	<atom:link href="http://www.aptech.com/questions/what-does-return-code-34-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1462</link>
		<comments>http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1462#comments</comments>
		<pubDate>Fri, 21 Sep 2012 19:21:42 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1462</guid>
		<description><![CDATA[To your second question, you can load a GAUSS dataset with the &#8216;loadd&#8217; command. In this example, the file that you want to load is called tobit.dat. You can load it into a matrix like this: x = loadd("tobit.dat"); or &#8230; <a href="http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1462">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To your second question, you can load a GAUSS dataset with the &#8216;loadd&#8217; command. In this example, the file that you want to load is called tobit.dat. You can load it into a matrix like this:</p>
<pre>
x = loadd("tobit.dat");
</pre>
<p>or if it is in a different directory, you can use the full path on the file name like this:</p>
<pre>
x = loadd("C:\\gauss12\\tobit.dat");
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1462/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1461</link>
		<comments>http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1461#comments</comments>
		<pubDate>Fri, 21 Sep 2012 16:12:55 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1461</guid>
		<description><![CDATA[In that maxlik example, return code 34 means that the datafile could not be found. It also prints a message to the error output window that states which file could not be opened. To run the example files that load &#8230; <a href="http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1461">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In that maxlik example, return code 34 means that the datafile could not be found. It also prints a message to the error output window that states which file could not be opened.</p>
<p>To run the example files that load a dataset you need to change your working directory to the examples directory. The default location of this folder on windows is C:\gauss12\examples. You can change your working directory by either:</p>
<p>1. Entering:</p>
<p style="padding-left: 30px;">&gt;&gt; chdir examples</p>
<p>from the command line.</p>
<p>2. Using the working directory toolbar widget at the top center of the main GAUSS window. You can press the button next to the dropdown menu to browse to any location on your computer.</p>
<p>This should be the only change you need to make to run maxlik1.e.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/what-does-return-code-34-mean/#answer-1461/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:44:49 --