<?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: ED50 Calculations in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829852#M2663</link>
    <description>&lt;P&gt;Hey! Since you told me you got to calculate it, can I ask you something? I've found a NLIN code, probably I'll be able to reproduce it in SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there some parameters to put on the code where I'm stuck. We use DOSE DURATION X AUEC, right? In the formula we have to type the inicial values, right? How do I find them? What about the slope, how to obtain this data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that is the code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;proc nlin data = dr;
  parms top = 68.875 bottom = 20.575 EC50 = 1 hill = 1;
  model response = top + (bottom - top) / 
  (1 + (concentration / EC50)**hill);
run;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 13:42:45 GMT</pubDate>
    <dc:creator>Irla</dc:creator>
    <dc:date>2022-08-23T13:42:45Z</dc:date>
    <item>
      <title>ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46829#M1348</link>
      <description>I need to calculate the ED50 for a vasoconstriction pilot bioequivalence for corticosteroids as specified in the FDA Guidance "Guidance Topical Dermatologic Corticosteroids: In Vivo Bioequivalence" 2 June 1995. Please help me learn to do this in SAS.&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 26 Jan 2010 00:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46829#M1348</guid>
      <dc:creator>CraigWW</dc:creator>
      <dc:date>2010-01-26T00:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46830#M1349</link>
      <description>Hi:&lt;BR /&gt;
  Example 71.1 in the PROC PROBIT documentation specifically mentions dosages and ED50:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/statug_probit_sect034.htm#" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/statug_probit_sect034.htm#&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 26 Jan 2010 17:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46830#M1349</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-01-26T17:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46831#M1350</link>
      <description>Since the response for vasoconstriction pilot studies is AUC, not the number of subjects responding to a particular dose Proc Probit can not be used.</description>
      <pubDate>Tue, 26 Jan 2010 17:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46831#M1350</guid>
      <dc:creator>CraigWW</dc:creator>
      <dc:date>2010-01-26T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46832#M1351</link>
      <description>This article may help, it used something called an Emax model.&lt;BR /&gt;
&lt;BR /&gt;
Clinical Pharmacology &amp;amp; Therapeutics 66, 346–357 (1 October 1999) | doi:10.1053/cp.1999.v66.a101209  &lt;BR /&gt;
&lt;BR /&gt;
Try a google search for &lt;BR /&gt;
ed50 bioequivalence dermatologic</description>
      <pubDate>Fri, 29 Jan 2010 13:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46832#M1351</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-01-29T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46833#M1352</link>
      <description>Thanks Doc,&lt;BR /&gt;
&lt;BR /&gt;
An Emax model is what I am looking for.&lt;BR /&gt;
&lt;BR /&gt;
Craig</description>
      <pubDate>Fri, 29 Jan 2010 15:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46833#M1352</guid>
      <dc:creator>CraigWW</dc:creator>
      <dc:date>2010-01-29T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46834#M1353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear craigWW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need the same for vasoconstriction study. if u have the sas code can u share me or guide me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 05:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/46834#M1353</guid>
      <dc:creator>k2k</dc:creator>
      <dc:date>2013-02-07T05:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/238885#M2031</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to calculate the ED50 and EMax using population model in SAS? Is there any built in procedure available in SAS to do this? I have read on some paper about SAS MIXLIN Macro, anyone have idea about this Macro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/238885#M2031</guid>
      <dc:creator>ssinojia</dc:creator>
      <dc:date>2015-12-11T12:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829664#M2660</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you found any code in SAS to calculate Emax with vasoconstriction data? I'm currently with the same issue. Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:12:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829664#M2660</guid>
      <dc:creator>Irla</dc:creator>
      <dc:date>2022-08-22T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829712#M2661</link>
      <description>Hi Irla,&lt;BR /&gt;&lt;BR /&gt;I didn’t find exact code as such however I was able to calculate ED50 using PROC NLMIXED by fitting the model. I don’t have that handy but you can try searching ED50 or Emax modeling with PROC NLMIXED. I am sure you will get some good results with Google.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2022 18:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829712#M2661</guid>
      <dc:creator>ssinojia</dc:creator>
      <dc:date>2022-08-22T18:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829713#M2662</link>
      <description>&lt;P&gt;Hey, thank you for answering me. I'll try to find it right now!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 18:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829713#M2662</guid>
      <dc:creator>Irla</dc:creator>
      <dc:date>2022-08-22T18:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829852#M2663</link>
      <description>&lt;P&gt;Hey! Since you told me you got to calculate it, can I ask you something? I've found a NLIN code, probably I'll be able to reproduce it in SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there some parameters to put on the code where I'm stuck. We use DOSE DURATION X AUEC, right? In the formula we have to type the inicial values, right? How do I find them? What about the slope, how to obtain this data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that is the code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;proc nlin data = dr;
  parms top = 68.875 bottom = 20.575 EC50 = 1 hill = 1;
  model response = top + (bottom - top) / 
  (1 + (concentration / EC50)**hill);
run;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 13:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829852#M2663</guid>
      <dc:creator>Irla</dc:creator>
      <dc:date>2022-08-23T13:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829944#M2664</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don’t remember them now, but I used to get that from my statistician. Then used to see model fitting. Again I used NLMIXED.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2022 17:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/829944#M2664</guid>
      <dc:creator>ssinojia</dc:creator>
      <dc:date>2022-08-23T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/852269#M2672</link>
      <description>&lt;P&gt;First off, you may want to check the parameterization of the model that you are using. The example at the link below uses a more "interpretable" parameterization that you might find also has better properties for your goal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have a good idea from prior knowledge as to what the best starting value(s) might be, you might try a grid search over a range of reasonable values. You don't need the exact starting values this way, and if several combinations of starting values lead to the same optimum solution, you get what you are looking for without knowing a precise set of values.&amp;nbsp; This also can help you avoid converging to a saddle point rather than an extremum.&amp;nbsp; See the documentation for the PARAMETER statement in NLIN&amp;nbsp;&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_nlin_syntax12.htm" target="_self"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_nlin_syntax12.htm&lt;/A&gt;&amp;nbsp;and this example which goes into various parameterizations for an ED50 model&amp;nbsp; &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_nlin_examples04.htm" target="_self"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_nlin_examples04.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 13:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/852269#M2672</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2023-01-05T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: ED50 Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/852283#M2673</link>
      <description>Hi Steve, thanks for your inputs. It’s helpful.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/ED50-Calculations/m-p/852283#M2673</guid>
      <dc:creator>ssinojia</dc:creator>
      <dc:date>2023-01-05T14:07:04Z</dc:date>
    </item>
  </channel>
</rss>

