- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 07-13-2022 10:07 AM
(897 views)
Hi All,
I need to calculate the posterier probability for the objective response rate>=40 % based on the observed number of responders. I was looking for the whihc SAS procedure could be used but find the any example for the it. so could you please guide me for the same.
Thank you
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Sorry. That question is not clear enough. Can you elaborate?
SAS has 100+ procedures that calculate posterior probabilities (adjusting for, taking into account or ignoring prior probabilities).
BR,
Koen
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Below are the details. Please let me know if you need more info.
There are 200 subject in study with 100 and 100 treated patients in TRT1 and TRT2, respectively, Objective response rate (ORR) can be estimated with a
maximum standard error of 0.041 and 0.071, respectively. Assuming a beta (0.5, 0.5) prior:
•TRT1: if 44 responders (out of 100 patients, ORR of 44%) are observed, the posterior probability of a true ORR >=40% will be >=0.80 (0.841).
•TRT2: if 46 responders (out of 100 patients, ORR of 46%) are observed, the posterior probability of a true ORR >=40% will be >=0.80 (0.807).
There are 200 subject in study with 100 and 100 treated patients in TRT1 and TRT2, respectively, Objective response rate (ORR) can be estimated with a
maximum standard error of 0.041 and 0.071, respectively. Assuming a beta (0.5, 0.5) prior:
•TRT1: if 44 responders (out of 100 patients, ORR of 44%) are observed, the posterior probability of a true ORR >=40% will be >=0.80 (0.841).
•TRT2: if 46 responders (out of 100 patients, ORR of 46%) are observed, the posterior probability of a true ORR >=40% will be >=0.80 (0.807).
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Go to https://www.lexjansen.com/
(all SAS papers from all major SAS conferences)
and enter as search terms (with quotes !!) : "Objective response rate"
Several papers are found with a.o. PROC FREQ for ORR.
Cheers,
Koen