<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Build a model using Debt as the dependent variable and test the effect of Interest and Relative in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Build-a-model-using-Debt-as-the-dependent-variable-and-test-the/m-p/803600#M316434</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;What test should I run to do this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First you have to decide what model to build and what algorithm to use to fit the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tests are meaningless until you have fit the model, and the idea of testing requires an hypothesis to be clearly stated, which has not happened. (For example, you might want to test that the effect of Interest is zero or some other number ... but as I said, this has not been stated)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how are you going to fit this model (what algorithm or what PROC)? What hypothesis are you going to test?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 17:19:01 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-03-23T17:19:01Z</dc:date>
    <item>
      <title>Build a model using Debt as the dependent variable and test the effect of Interest and Relative Inte</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Build-a-model-using-Debt-as-the-dependent-variable-and-test-the/m-p/803597#M316431</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL role="presentation"&gt;
&lt;LI&gt;
&lt;DIV class="field"&gt;&lt;FIELDSET&gt;
&lt;DIV class="vtbegenerated inlineVtbegenerated"&gt;
&lt;P&gt;Build a model using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Debt&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as the dependent variable and test the effect of Interest and Relative Interest after controlling for Year and Budget. What is the unique variance explained by Interest and Relative Interest? For this problem use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;GDP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;data.&lt;/P&gt;
&lt;/DIV&gt;
&lt;TABLE class="multiple-choice-table"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="multiple-option-row"&gt;&lt;INPUT id="mc-ans-_198055348_1_0" class="multiple-choice-question" name="mc-ans-_198055348_1" type="radio" value="0" /&gt;&lt;/TD&gt;
&lt;TD class="multiple-choice-numbering multiple-option-row"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="vtbegenerated inlineVtbegenerated"&gt;
&lt;P&gt;3.7%&lt;/P&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="multiple-option-row"&gt;&lt;INPUT id="mc-ans-_198055348_1_1" class="multiple-choice-question" name="mc-ans-_198055348_1" type="radio" value="1" /&gt;&lt;/TD&gt;
&lt;TD class="multiple-choice-numbering multiple-option-row"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="vtbegenerated inlineVtbegenerated"&gt;
&lt;P&gt;64.7%&lt;/P&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="multiple-option-row"&gt;&lt;INPUT id="mc-ans-_198055348_1_2" class="multiple-choice-question" name="mc-ans-_198055348_1" type="radio" value="2" /&gt;&lt;/TD&gt;
&lt;TD class="multiple-choice-numbering multiple-option-row"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="vtbegenerated inlineVtbegenerated"&gt;
&lt;P&gt;12.8%&lt;/P&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="multiple-option-row"&gt;&lt;INPUT id="mc-ans-_198055348_1_3" class="multiple-choice-question" name="mc-ans-_198055348_1" type="radio" value="3" /&gt;&lt;/TD&gt;
&lt;TD class="multiple-choice-numbering multiple-option-row"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV class="vtbegenerated inlineVtbegenerated"&gt;
&lt;P&gt;99.2%&lt;/P&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/FIELDSET&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;        Interest         BEST12.
        'Relative Interest'n BEST12. ;
    INFORMAT
        Year             BEST12.
        GDP              BEST12.
        Budget           BEST12.
        Surplus          BEST12.
        'Relative Surplus'n BEST12.
        Debt             BEST12.
        Interest         BEST12.
        'Relative Interest'n BEST12. ;
    INFILE 'C:\Users\ssd506\AppData\Roaming\SAS\EnterpriseGuide\EGTEMP\SEG-5828-49c58181\contents\GDP-a3d169860cb14d7da79cda1e8cfaaaee.txt'
        LRECL=36
        ENCODING="WLATIN1"
        TERMSTR=CRLF
        DLM='7F'x
        MISSOVER
        DSD ;
    INPUT
        Year             : BEST32.
        GDP              : BEST32.
        Budget           : BEST32.
        Surplus          : BEST32.
        'Relative Surplus'n : BEST32.
        Debt             : BEST32.
        Interest         : BEST32.
        'Relative Interest'n : BEST32. ;
RUN;
&lt;/PRE&gt;
&lt;P&gt;What test should I run to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 16:30:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Build-a-model-using-Debt-as-the-dependent-variable-and-test-the/m-p/803597#M316431</guid>
      <dc:creator>LABRADOR</dc:creator>
      <dc:date>2022-03-23T16:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Build a model using Debt as the dependent variable and test the effect of Interest and Relative</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Build-a-model-using-Debt-as-the-dependent-variable-and-test-the/m-p/803600#M316434</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;What test should I run to do this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First you have to decide what model to build and what algorithm to use to fit the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tests are meaningless until you have fit the model, and the idea of testing requires an hypothesis to be clearly stated, which has not happened. (For example, you might want to test that the effect of Interest is zero or some other number ... but as I said, this has not been stated)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how are you going to fit this model (what algorithm or what PROC)? What hypothesis are you going to test?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 17:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Build-a-model-using-Debt-as-the-dependent-variable-and-test-the/m-p/803600#M316434</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-23T17:19:01Z</dc:date>
    </item>
  </channel>
</rss>

