<?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 write a syntax for centering a continuous variable in sas? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-write-a-syntax-for-centering-a-continuous-variable-in-sas/m-p/780551#M81216</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There might be possibilities in the stat procedure itself, but if you want to do it (centering) beforehand, submit below code and check if that is what you want :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc stdize data=sashelp.class method=mean out=work.abc_xyz;
 var _NUMERIC_;
run;

proc means data=work.abc_xyz;
 var _NUMERIC_;
run;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Koen&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 20:10:33 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-11-16T20:10:33Z</dc:date>
    <item>
      <title>how to write a syntax for centering a continuous variable in sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-write-a-syntax-for-centering-a-continuous-variable-in-sas/m-p/780543#M81215</link>
      <description>&lt;P&gt;I want my continuous variable to be centered for cox regression model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 19:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-write-a-syntax-for-centering-a-continuous-variable-in-sas/m-p/780543#M81215</guid>
      <dc:creator>4301</dc:creator>
      <dc:date>2021-11-16T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a syntax for centering a continuous variable in sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-write-a-syntax-for-centering-a-continuous-variable-in-sas/m-p/780551#M81216</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There might be possibilities in the stat procedure itself, but if you want to do it (centering) beforehand, submit below code and check if that is what you want :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc stdize data=sashelp.class method=mean out=work.abc_xyz;
 var _NUMERIC_;
run;

proc means data=work.abc_xyz;
 var _NUMERIC_;
run;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 20:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-write-a-syntax-for-centering-a-continuous-variable-in-sas/m-p/780551#M81216</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-16T20:10:33Z</dc:date>
    </item>
  </channel>
</rss>

