<?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>fbabinec Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>fbabinec Tracker</description>
    <pubDate>Wed, 20 May 2026 17:16:41 GMT</pubDate>
    <dc:date>2026-05-20T17:16:41Z</dc:date>
    <item>
      <title>Re: Can I specify a predictor as both fixed and random with PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-specify-a-predictor-as-both-fixed-and-random-with-PROC/m-p/345492#M18170</link>
      <description>Yes, thanks. I have a second question: what happens if you use a class variable as both fixed and random?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please type your reply above this line. Simple formatting, no attachments. -##</description>
      <pubDate>Wed, 29 Mar 2017 18:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-specify-a-predictor-as-both-fixed-and-random-with-PROC/m-p/345492#M18170</guid>
      <dc:creator>fbabinec</dc:creator>
      <dc:date>2017-03-29T18:27:15Z</dc:date>
    </item>
    <item>
      <title>Can I specify a predictor as both fixed and random with PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-specify-a-predictor-as-both-fixed-and-random-with-PROC/m-p/345053#M18149</link>
      <description />
      <pubDate>Tue, 28 Mar 2017 16:10:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-specify-a-predictor-as-both-fixed-and-random-with-PROC/m-p/345053#M18149</guid>
      <dc:creator>fbabinec</dc:creator>
      <dc:date>2017-03-28T16:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: proc ttest question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-ttest-question/m-p/160224#M41749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My answer was focused on the apparent lack of precision of PROC TTEST and I have overlooked the serial nature of the data. I have used the Excel data analysis toolpack (Tools-&amp;gt; Data Analysis Toolpack in older versions, Data -&amp;gt;&amp;nbsp; Data Analysis Toolpack in Excel 2007/2010) for simplicity. I am not sure if time series analysis solve your problem due to the paired nature of your data. I think repeated measures models with PROC GLM or PROC MIXED help you better. Or use advanced features of PROC TTEST (&lt;A href="http://www2.sas.com/proceedings/sugi31/208-31.pdf" title="http://www2.sas.com/proceedings/sugi31/208-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/208-31.pdf&lt;/A&gt;). But your first analysis is just right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a simple example of repeated measures analysis with&amp;nbsp; PROC MIXED, but statements are approximate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** create a new dataset;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;data&amp;nbsp; newtest; set forttest;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;state="aggr"; rate=aggr_roll_on_rate; output;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;state="end"; rate=roll_on_rate;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;drop aggr_roll_on_rate roll_on_rate;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;*** perform the analysis;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc mixed;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class loan_price_cat y9c date state;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;model rate=&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;loan_price_cat y9c | state;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lsmeans &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;loan_price_cat y9c * state / slice=&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;loan_price_cat y9c&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;repeated date / type=cs sub=&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;loan_price_cat y9c&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;*** and other models (AR, UN, etc);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 12:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-ttest-question/m-p/160224#M41749</guid>
      <dc:creator>fbabinec</dc:creator>
      <dc:date>2014-05-20T12:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: proc ttest question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-ttest-question/m-p/160220#M41745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The result is correct. Do not look complete values but the differences after the third decimal values. Remember the properties of the variance of a variable, it remain invariante when adding or subtracting a constant. Analyze original value minus 4.74 and results must be equal. (excuse my poor english).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the analysis with Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Prueba t para medias de dos muestras emparejadas&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Aggr_Roll_on_Rate&lt;/TD&gt;&lt;TD&gt;Roll_On_Rate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Media&lt;/TD&gt;&lt;TD&gt;4.746407657&lt;/TD&gt;&lt;TD&gt;4.746419083&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Varianza&lt;/TD&gt;&lt;TD&gt;0.000149777&lt;/TD&gt;&lt;TD&gt;0.000149767&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Observaciones&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Coeficiente de correlación de Pearson&lt;/TD&gt;&lt;TD&gt;0.999999868&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Diferencia hipotética de las medias&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Grados de libertad&lt;/TD&gt;&lt;TD&gt;22&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Estadístico t&lt;/TD&gt;&lt;TD&gt;-8.702547638&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P(T&amp;lt;=t) una cola&lt;/TD&gt;&lt;TD&gt;7.0983E-09&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Valor crítico de t (una cola)&lt;/TD&gt;&lt;TD&gt;1.717144335&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P(T&amp;lt;=t) dos colas&lt;/TD&gt;&lt;TD&gt;1.41966E-08&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Valor crítico de t (dos colas)&lt;/TD&gt;&lt;TD&gt;2.073873058&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 17:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-ttest-question/m-p/160220#M41745</guid>
      <dc:creator>fbabinec</dc:creator>
      <dc:date>2014-05-15T17:31:35Z</dc:date>
    </item>
  </channel>
</rss>

