<?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 simulate a replicate design bioequivalence study in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/732689#M5445</link>
    <description>&lt;P&gt;If you post sample data and code you are using, we might be able to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;you will need to know what the correlation is for reference 1 to reference 2 and &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; test 1 to test 2 which can not be obtained from your 2x2 trial.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;In simulation studies, the parameters for the simulation have to come from somewhere. In clinical trials, they sometimes come from a small pilot study that estimates the parameters. Another option is to use parameters from other similar studies. A third option is to use an expert's opinion as the best guess.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also choose a discrete set of parameter values and run a family of simulations. For example, you can choose R1 = {0.2, 0.4, 0.6} as possible values for the correlation of "reference 1 to reference 2" and&amp;nbsp;R2 = {0.0, 0.1, 0.2} as possible values for the correlation of "test1 to test 2". You can then run the 3x3=9 simulation studies. If you have some way to compare the simulation studies to reality, you might be able to decide which one matches reality the best.&lt;/P&gt;</description>
    <pubDate>Sat, 10 Apr 2021 09:51:14 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2021-04-10T09:51:14Z</dc:date>
    <item>
      <title>How to simulate a replicate design bioequivalence study</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/208103#M2167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data from a two-way cross over Bioequivalence study for a test product and a reference product and I fit the data to obtain the individual subject parameters.&amp;nbsp; I then can use SAS PROC CORR to obtain the variance/covariance matrix which would allow me to do a simulation by changing the test parameter for rate constant of absorption and proceed to simulate a two-way crossover Bioequivalence study.&amp;nbsp; I can then take the Cholesky of the var/cov matrix&amp;nbsp; using SAS IML to get the lower triangular matrix to conduct simulations usinf SAS IML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know is there any way to&amp;nbsp; introduce random error into the parameters of the two-way crossover study to have those parameters be similar to what one might see if the two-way crossover study were replicated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two-way&amp;nbsp; Design&lt;/P&gt;&lt;P&gt;Seq1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AB &lt;/P&gt;&lt;P&gt;Seq1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replicate Design&lt;/P&gt;&lt;P&gt;Seq1&amp;nbsp; A B&amp;nbsp; A B&lt;/P&gt;&lt;P&gt;Seq2&amp;nbsp; B A&amp;nbsp; B&amp;nbsp; A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/208103#M2167</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2015-06-17T07:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate a replicate design bioequivalence study</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/208104#M2168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. However, I am not a biostatistician and I do not understand your jargon. Can you explain in simple English what you are trying to do and include some data?&amp;nbsp; Are the data multivariate normal? Or are they multinomial (correlated categorical)?&amp;nbsp; If so, the RANDNORMAL function and the RANDMULTINOMIAL functions might help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/208104#M2168</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-06-17T13:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate a replicate design bioequivalence study</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/728269#M5436</link>
      <description>&lt;P&gt;I have tried using proc simnormal where you use the covariance matrix from proc corr.&amp;nbsp; The only issue is that you will need to know the what the correlation is for reference 1 to reference 2 and test 1 to test 2 which can not be obtained from your 2x2 trial.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 19:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/728269#M5436</guid>
      <dc:creator>JE_HamerMa</dc:creator>
      <dc:date>2021-03-22T19:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to simulate a replicate design bioequivalence study</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/732689#M5445</link>
      <description>&lt;P&gt;If you post sample data and code you are using, we might be able to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;you will need to know what the correlation is for reference 1 to reference 2 and &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; test 1 to test 2 which can not be obtained from your 2x2 trial.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;In simulation studies, the parameters for the simulation have to come from somewhere. In clinical trials, they sometimes come from a small pilot study that estimates the parameters. Another option is to use parameters from other similar studies. A third option is to use an expert's opinion as the best guess.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also choose a discrete set of parameter values and run a family of simulations. For example, you can choose R1 = {0.2, 0.4, 0.6} as possible values for the correlation of "reference 1 to reference 2" and&amp;nbsp;R2 = {0.0, 0.1, 0.2} as possible values for the correlation of "test1 to test 2". You can then run the 3x3=9 simulation studies. If you have some way to compare the simulation studies to reality, you might be able to decide which one matches reality the best.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 09:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-simulate-a-replicate-design-bioequivalence-study/m-p/732689#M5445</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-04-10T09:51:14Z</dc:date>
    </item>
  </channel>
</rss>

