<?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 calculate the standard error of β4+β5. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/516295#M26346</link>
    <description>&lt;P&gt;I believe the words standard error and standard deviation in this case mean the same thing. (Not true in other cases)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation at &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax08.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.reg.modelcovb" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax08.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.reg.modelcovb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-11-27 07_49_52-Start.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25196i5CA9998AFB7645DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-11-27 07_49_52-Start.png" alt="2018-11-27 07_49_52-Start.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, you can take the results of the COVB statement, specifically the variances of beta4 and beta5 and the covariance of (beta4,beta5) and use the formula given above to get the (standard error)-squared, then take the square root.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2018 12:54:11 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-11-27T12:54:11Z</dc:date>
    <item>
      <title>How to calculate the standard error of β4+β5.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/515690#M26325</link>
      <description>&lt;P&gt;I want to let the computer to calculate the estimate and standard error of β&lt;FONT size="1 2 3 4 5 6 7"&gt;4&lt;/FONT&gt;+β&lt;FONT size="1 2 3 4 5 6 7"&gt;5.&lt;/FONT&gt;&lt;BR /&gt;I think I should use estimate statement but I could not understand by myself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current code is as follows,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed method=reml noclprint=10 covtest;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;class id;&lt;BR /&gt;model logcd4 = week week_16 trt*week trt*week_16 / s chisq;&lt;BR /&gt;random intercept week week_16 / subject=id type=un g gcorr;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"week" and "week_16" are continuous variables.&lt;/P&gt;&lt;P&gt;I don't include the effect of the "trt" at baseline because this study is supposed to be RCT.&lt;BR /&gt;Also, I assume a different trend before and after week 16, so I include the effect of week_16. What I want to do here is to assess the effect of "trt" is different between "trt=0" and "trt=1".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my thought, The actual model statement is as follows,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;logCD4=β&lt;FONT size="1 2 3 4 5 6 7"&gt;1&lt;/FONT&gt;+β&lt;FONT size="1 2 3 4 5 6 7"&gt;2&lt;/FONT&gt;week+β&lt;FONT size="1 2 3 4 5 6 7"&gt;3&lt;/FONT&gt;week_16+β&lt;FONT size="1 2 3 4 5 6 7"&gt;4&lt;/FONT&gt;trt*week+β&lt;FONT size="1 2 3 4 5 6 7"&gt;5&lt;/FONT&gt;trt*week_16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;xlsx&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file.&lt;/P&gt;&lt;P&gt;I appreciate any kinds of help.&lt;BR /&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Nov 2018 00:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/515690#M26325</guid>
      <dc:creator>ykoba</dc:creator>
      <dc:date>2018-11-24T00:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the standard error of β4+β5.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/515719#M26326</link>
      <description>&lt;P&gt;The variance of the sum of two random variables is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Variance (X+Y) = Var(X) + Var(Y) +2cov(X,Y)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So from PROC MIXED, you want the COVB option in the MODEL statement. This will give you the variances and covariance needed to find the variance of β4+β5&lt;/P&gt;</description>
      <pubDate>Sat, 24 Nov 2018 13:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/515719#M26326</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-11-24T13:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the standard error of β4+β5.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/515720#M26327</link>
      <description>&lt;P&gt;I really appreciate your help!!&lt;/P&gt;</description>
      <pubDate>Sat, 24 Nov 2018 14:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/515720#M26327</guid>
      <dc:creator>ykoba</dc:creator>
      <dc:date>2018-11-24T14:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the standard error of β4+β5.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/516256#M26343</link>
      <description>&lt;P&gt;Please teach me how to calculate the standard error of β4+β5, not standard deviation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, the standard error and the standard deviation is the same?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/516256#M26343</guid>
      <dc:creator>ykoba</dc:creator>
      <dc:date>2018-11-27T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the standard error of β4+β5.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/516295#M26346</link>
      <description>&lt;P&gt;I believe the words standard error and standard deviation in this case mean the same thing. (Not true in other cases)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation at &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax08.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.reg.modelcovb" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax08.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.reg.modelcovb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-11-27 07_49_52-Start.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25196i5CA9998AFB7645DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-11-27 07_49_52-Start.png" alt="2018-11-27 07_49_52-Start.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, you can take the results of the COVB statement, specifically the variances of beta4 and beta5 and the covariance of (beta4,beta5) and use the formula given above to get the (standard error)-squared, then take the square root.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 12:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/516295#M26346</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-11-27T12:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the standard error of β4+β5.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/516939#M26360</link>
      <description>&lt;P&gt;I would like to thank you for your advice.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 03:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-standard-error-of-%CE%B24-%CE%B25/m-p/516939#M26360</guid>
      <dc:creator>ykoba</dc:creator>
      <dc:date>2018-11-29T03:54:36Z</dc:date>
    </item>
  </channel>
</rss>

