bootstrap [Study As­sess­ment]

posted by Shuanghe  – Spain, 2014-07-09 20:26 (4016 d 13:02 ago) – Posting: # 13250
Views: 16,781

Hi Samaya,

❝ Can you please explain in some more detail how to use bootstrap data set to get a sense of the data and bootstrap with larger sample size?


Many program can perform bootstrap. If you use SAS, try PROC SURVEYSELECT. Use METHOD=URS for sampling with replacement. You can specify the sample size (say 28) with SAMPSIZE=28* and and repeated number (say 1000 times) with REPS=1000. Use subject as selection unit with SAMPLINGUNIT subject; .

* Note that you can have sample size which is greater than your original data since this is sampling with replacement.

now you have a data set with 1000 sets of data with each set having 28 subjects. You can do BE analyse as usual (add BY replicate statement in your sas code) so for each replicate you'll have T/R ratio and 90% CI and ISCV etc. So you'll have 1000 of those now. Obvious BE result of each replicate will be slightly different. Now you can see how they vary.

However, there are some drawbacks such as repeated subject number, sometimes sequence is extremely unbalanced (e.g., for certain replicate you might have 20 subject with TR and 8 with RT) etc.

You can generate dummy subject number to replace with the original ones and to remove certain replicates with extremely unbalanced sequence (what you think is unlikely occur in real life. for example, for BE study with 100 subjects (50TR+50RT), after 15 drop out, 45TR +40RT might be likely but 50TR +35RT might not) before doing BE analysis.

Also, you can try adding some random number to your logPK data based on the intra-subject variability of the formulation before analysis. But I'll leave it to you to try them.

Please read the sas manual for details.

All the best,
Shuanghe

Complete thread:

UA Flag
Activity
 Admin contact
23,428 posts in 4,929 threads, 1,690 registered users;
89 visitors (0 registered, 89 guests [including 4 identified bots]).
Forum time: 09:28 CEST (Europe/Vienna)

Anyone who conducts an argument by appealing to authority
is not using his intelligence;
he is just using his memory.    Leonardo da Vinci

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5