<?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 "GAUSS 10 ols command gets undefined symbol: sdvsol"</title>
	<atom:link href="http://www.aptech.com/questions/sdvsol/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/sdvsol/#answer-2516</link>
		<comments>http://www.aptech.com/questions/sdvsol/#answer-2516#comments</comments>
		<pubDate>Sun, 11 Nov 2012 22:03:42 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/sdvsol/#answer-2516</guid>
		<description><![CDATA[This is somewhat strange. Are you running and compiled GAUSS code with this (.gcg files)? Do you have any other versions of GAUSS on this computer? Here is a workaround: 1. Comment out line 309 in ols.src. It should be &#8230; <a href="http://www.aptech.com/questions/sdvsol/#answer-2516">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is somewhat strange. Are you running and compiled GAUSS code with this (.gcg files)? Do you have any other versions of GAUSS on this computer?</p>
<p>Here is a workaround:</p>
<p>1. Comment out line 309 in ols.src. It should be a function call to &#8216;svdsol&#8217;. You can comment it out by add // in front of the command like this:</p>
<pre>
//bhat = svdsol(y, x);
</pre>
<p>2. To make sure that you are notified if you happen to hit this code branch in the future add two more lines right after the line that you commented out. It is VERY IMPORTANT that these lines come immediately after the line you commented out and are inside the same &#8216;if&#8217; block:</p>
<pre>
errorlogat "svdsol not available: choose another option for _olsalg";
end;
</pre>
<p>This code will: </p>
<ol>
<li>Return an error message telling you what happened.</li>
<li>Return the line and file in which the error occurred.</li>
<li>Then end the program.</li>
</ol>
<p>This will only happen if your code hits that branch. This code branch will only be hit if the _olsalg global control variable tells GAUSS to use svdsol to compute the parameter estimates. Otherwise it will all work correctly. So, make sure that this is set to &#8220;cholup&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/sdvsol/#answer-2516/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:58:41 --