<?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 Creating new variable t-score in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454812#M5274</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to take my variable Age and create a new variable, Age2, expressed as a t-score. How would I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I input this code,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc standard data=combined out=tscore mean=50 std=10; var Age;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and do proc print I don't see any change in my results.&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 15:51:50 GMT</pubDate>
    <dc:creator>iressa131</dc:creator>
    <dc:date>2018-04-17T15:51:50Z</dc:date>
    <item>
      <title>Creating new variable t-score</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454812#M5274</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to take my variable Age and create a new variable, Age2, expressed as a t-score. How would I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I input this code,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc standard data=combined out=tscore mean=50 std=10; var Age;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and do proc print I don't see any change in my results.&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 15:51:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454812#M5274</guid>
      <dc:creator>iressa131</dc:creator>
      <dc:date>2018-04-17T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new variable t-score</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454814#M5275</link>
      <description>&lt;P&gt;I think you want PROC STDIZE instead and check the method options.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 15:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454814#M5275</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-17T15:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new variable t-score</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454860#M5276</link>
      <description>&lt;P&gt;But those are z-scores, not t-scores.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454860#M5276</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-17T17:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new variable t-score</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454861#M5277</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/192118"&gt;@iressa131&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to take my variable Age and create a new variable, Age2, expressed as a t-score. How would I do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I input this code,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc standard data=combined out=tscore mean=50 std=10; var Age;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and do proc print I don't see any change in my results.&lt;/P&gt;
&lt;P&gt;Thanks for any help!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What was your PROC PRINT code? Which data set did you print?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-new-variable-t-score/m-p/454861#M5277</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-17T17:22:04Z</dc:date>
    </item>
  </channel>
</rss>

