<?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: how to check the influence of binary variable on continues variable that changes in time in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590584#M28881</link>
    <description>&lt;P&gt;Check EFFECTPLOT statement of proc logistic .&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; wrote a blog about it before .&lt;/P&gt;</description>
    <pubDate>Sat, 21 Sep 2019 11:32:46 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2019-09-21T11:32:46Z</dc:date>
    <item>
      <title>how to check the influence of binary variable on continues variable that changes in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590575#M28878</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset concerning cryptocurrencies rates in time. There are 10 types of currencies. I added a several binary variables to it and I would like to check it's influence on the price. In other words, if a given variable causes that this currency price changes/increases quicker that those that do not have this feature. I paste the data sample:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;label Currency="Currency" Date="Date" Open="Open" High="High" Low="Low" Close="Close" Volume="Volume" Market Cap="Market Cap" Deflationary="Deflationary" Mining_coin="Mining_coin" Algorythm_SHA_256="Algorythm_SHA_256" Algorythm_Scrypt="Algorythm_Scrypt" Al&lt;BR /&gt;gorytm_Ethash="Algorytm_Ethash" Proof_of_work="Proof_of_work" Proof_of_stake="Proof_of_stake" Proof_of_revenue="Proof_of_revenue" More_than_three_letters_in_short="More_than_three_letters_in_shortcut";&lt;BR /&gt;datalines;&lt;BR /&gt;ripple 24-Apr-19 0.321114 0.321282 0.296982 0.302318 1,517,791,002 . . 1 0 0 0 0 0 0 0 0&lt;BR /&gt;ripple 23-Apr-19 0.323844 0.328396 0.320919 0.321222 1,077,333,990 . . 1 0 0 0 0 0 0 0 0&lt;BR /&gt;ripple 22-Apr-19 0.322277 0.32935 0.320237 0.323934 1,131,094,080 . . 1 0 0 0 0 0 0 0 0&lt;BR /&gt;ripple 21-Apr-19 0.328678 0.329627 0.318746 0.322449 1,005,803,846 . . 1 0 0 0 0 0 0 0 0&lt;BR /&gt;ripple 20-Apr-19 0.331871 0.333213 0.324969 0.328476 931,570,799 . . 1 0 0 0 0 0 0 0 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried logistic regression but it does not measure the influence on price. I also tested the correlation but I'm not sure if I can somehow use it for this purpose. What kind of analysis would you recommend for such test? Also, the data is left-censored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 07:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590575#M28878</guid>
      <dc:creator>Lili23</dc:creator>
      <dc:date>2019-09-21T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the influence of binary variable on continues variable that changes in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590580#M28879</link>
      <description>&lt;P&gt;It sounds like you are saying that the independent (predictor) variable is the binary variable, and the dependent (response) variable is the price.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that a correct understanding?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 10:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590580#M28879</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-21T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the influence of binary variable on continues variable that changes in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590583#M28880</link>
      <description>Yes, that's correct.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Sep 2019 11:30:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590583#M28880</guid>
      <dc:creator>Lili23</dc:creator>
      <dc:date>2019-09-21T11:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the influence of binary variable on continues variable that changes in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590584#M28881</link>
      <description>&lt;P&gt;Check EFFECTPLOT statement of proc logistic .&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; wrote a blog about it before .&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 11:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590584#M28881</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-09-21T11:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the influence of binary variable on continues variable that changes in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590591#M28884</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/254853"&gt;@Lili23&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Yes, that's correct.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is an ANOVA, which you can run in PROC GLM, with the binary variables in the CLASS statement. However, this does not account for the left-censoring of the response, which is something I have never really had to deal with. I believe that left censored data can be modeled via a Tobit analysis; and I leave it up to you to do the searching to find out how to do that in SAS.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 12:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-check-the-influence-of-binary-variable-on-continues/m-p/590591#M28884</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-21T12:17:09Z</dc:date>
    </item>
  </channel>
</rss>

