<?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: log transformed change from baseline in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/log-transformed-change-from-baseline/m-p/309733#M16385</link>
    <description>&lt;P&gt;Please read Frank Harrell's excellent comments regarding analysis of change from baseline data (which boils down to - DON'T analyze change from baseline) &amp;nbsp;located here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://biostat.mc.vanderbilt.edu/wiki/Main/MeasureChange" target="_blank"&gt;http://biostat.mc.vanderbilt.edu/wiki/Main/MeasureChange&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, there is an additional problem. &amp;nbsp;The standard error on a log transformed estimate cannot be easily back-transformed to the original scale. &amp;nbsp;You would need to apply the delta method to get a reasonable approximation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please consider what is presented in that link before continuing. &amp;nbsp;Once you have, then it is far more likely that you can estimate sample size through simulation than implementing a closed form solution that doesn't correctly model the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2016 14:31:56 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2016-11-07T14:31:56Z</dc:date>
    <item>
      <title>log transformed change from baseline</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/log-transformed-change-from-baseline/m-p/309593#M16377</link>
      <description>&lt;P&gt;I have 5&amp;nbsp;timepoints (week 0, 2, 6, 12, 26) and the change from Baseline (BL) at week 12 is the variable interested. To work out the sample size for a future trial I would like to estimate the SD from a data set (N=400). &amp;nbsp;Snce the original data are highly skewed the change from BL was log transformed (taking the ratio of visit xx/visit 0). I ran the following sas code to get the SE for each visit and then thought multiply by sqrt of n at that visit would give me the required SD?&lt;/P&gt;&lt;P&gt;PROC GLM &amp;nbsp;Data=powa2 &amp;nbsp;;&lt;BR /&gt;Class sub prot visit ;&lt;BR /&gt;Model logratio = base visit visit*base / solution ;&lt;BR /&gt;LSMeans visit/ &amp;nbsp;cl alpha=0.05;&lt;BR /&gt;Run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can I use the SE for log transformed means for visit=12?&lt;/P&gt;&lt;P&gt;Another way I am thinking is to run the model is to run model by visit and use the RMSE as the standard deviation for sample size calculation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which way is better or is there any other way I should get the SDs for sample size cal.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 15:33:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/log-transformed-change-from-baseline/m-p/309593#M16377</guid>
      <dc:creator>Jay4</dc:creator>
      <dc:date>2016-11-06T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: log transformed change from baseline</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/log-transformed-change-from-baseline/m-p/309733#M16385</link>
      <description>&lt;P&gt;Please read Frank Harrell's excellent comments regarding analysis of change from baseline data (which boils down to - DON'T analyze change from baseline) &amp;nbsp;located here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://biostat.mc.vanderbilt.edu/wiki/Main/MeasureChange" target="_blank"&gt;http://biostat.mc.vanderbilt.edu/wiki/Main/MeasureChange&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, there is an additional problem. &amp;nbsp;The standard error on a log transformed estimate cannot be easily back-transformed to the original scale. &amp;nbsp;You would need to apply the delta method to get a reasonable approximation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please consider what is presented in that link before continuing. &amp;nbsp;Once you have, then it is far more likely that you can estimate sample size through simulation than implementing a closed form solution that doesn't correctly model the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 14:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/log-transformed-change-from-baseline/m-p/309733#M16385</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-11-07T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: log transformed change from baseline</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/log-transformed-change-from-baseline/m-p/311268#M16428</link>
      <description>&lt;P&gt;Dear Steve, Many thanks and very helpful advise &amp;amp; thanks for the link too. I am surprised to see that FDA is considering change from BL as an endpoint for most neurology clinical trials. The change in cognition from BL measured as a score arising from a questionnaire at BL &amp;amp; at a specified Follow up visit (e.g 24 weks). When the chg from BL is not normal it is log transformed. &amp;nbsp;I was just tryingto use of those datasets to calculate the SD to work out a sample size for a future trial. But I understand that it is not advisable.&lt;/P&gt;&lt;P&gt;So I ran the model as the response (not change) which is also unfortunately lognormal and keeping BL as a covariate.&lt;/P&gt;&lt;P&gt;I am still stuck as the SE is given in log. Perhaps I will workout the sample sizes considering the log values of the response rather than the orginal scale.&lt;/P&gt;&lt;P&gt;Once again many thanks for your swift response and valuable advise&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jay4&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 18:09:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/log-transformed-change-from-baseline/m-p/311268#M16428</guid>
      <dc:creator>Jay4</dc:creator>
      <dc:date>2016-11-13T18:09:23Z</dc:date>
    </item>
  </channel>
</rss>

