<?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: Change line from solid to dash in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594402#M15665</link>
    <description>Try a STYLEATTRS options instead of lineattrs or list multiple patterns if you have multiple lines, they are applied in order of your groups, alphabetically I believe. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p0qva1ws6twy5xn0zdl3nslyynvp.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p0qva1ws6twy5xn0zdl3nslyynvp.htm&amp;amp;locale=en&lt;/A&gt;</description>
    <pubDate>Mon, 07 Oct 2019 02:03:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-07T02:03:36Z</dc:date>
    <item>
      <title>Change line from solid to dash</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594361#M15655</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have school enrollment data for two periods (1, 2) and whether they received treatment (0,1).&amp;nbsp; The data is attached and the graph that I produced are attached.&amp;nbsp;I wanted to show the treatment effect using the parallel trend. My supervisor wants me to change the control group line (given by the blue to black dots and solid black line for the treatment given by the red). I&amp;nbsp; copied the program from online and played with it until i got it this close. However, I don't know how to do what my supervisor advised me to do. Any help will be welcomed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgpanel data=work.data1 ;&lt;BR /&gt;panelby period /uniscale=row;&lt;BR /&gt;title "Early Adoptors vrs late Adoptors Before t=2007";&lt;BR /&gt;reg y=avg_overall x=year /group=treatment_status ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 19:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594361#M15655</guid>
      <dc:creator>kuuz</dc:creator>
      <dc:date>2019-10-06T19:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change line from solid to dash</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594362#M15656</link>
      <description>&lt;P&gt;Add option lineattrs=(pattern=shortdash) to the reg statement.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 19:44:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594362#M15656</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-10-06T19:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change line from solid to dash</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594363#M15657</link>
      <description>Thank you for the suggestion.So I did run your suggestion in the program below. It changes both lines to short dashes. I want only the blue line to be dashes while maintaining solid line for the red. Thank you again.&lt;BR /&gt;&lt;BR /&gt;proc sgpanel data=work.final3b1 ;&lt;BR /&gt;panelby period /uniscale=row;&lt;BR /&gt;title "Early Adoptors vrs late Adoptors Before t=2007";&lt;BR /&gt;reg y=avg_overall x=year / lineattrs=(pattern=shortdash) group=treatment_status ;&lt;BR /&gt;run;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Oct 2019 19:56:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594363#M15657</guid>
      <dc:creator>kuuz</dc:creator>
      <dc:date>2019-10-06T19:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change line from solid to dash</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594402#M15665</link>
      <description>Try a STYLEATTRS options instead of lineattrs or list multiple patterns if you have multiple lines, they are applied in order of your groups, alphabetically I believe. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p0qva1ws6twy5xn0zdl3nslyynvp.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p0qva1ws6twy5xn0zdl3nslyynvp.htm&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594402#M15665</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-07T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change line from solid to dash</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594407#M15666</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Try a STYLEATTRS options instead of lineattrs or list multiple patterns if you have multiple lines, they are applied in order of your groups, alphabetically I believe.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p0qva1ws6twy5xn0zdl3nslyynvp.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p0qva1ws6twy5xn0zdl3nslyynvp.htm&amp;amp;locale=en&lt;/A&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you Reeza for the suggestion. It worked!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-line-from-solid-to-dash/m-p/594407#M15666</guid>
      <dc:creator>kuuz</dc:creator>
      <dc:date>2019-10-07T02:32:36Z</dc:date>
    </item>
  </channel>
</rss>

