| To: | "s-news" <s-news@wubios.wustl.edu> |
|---|---|
| Subject: | S-plus for BE test |
| From: | "He Sun 301-827-5919 FAX t-" <SUNH@cder.fda.gov> |
| Date: | Wed, 20 Dec 2000 10:03:32 -0500 (EST) |
| A1-type: | |
| Alternate-recipient: | prohibited |
| Importance: | normal |
| Posting-date: | Wed, 20 Dec 2000 10:10:00 -0500 (EST) |
| Ua-content-id: | E4962ZYUDEJS5B |
| X400-content-return: | prohibited |
Dear S-Plus users:
A practical code for conducting bioequivalence analysis (BE) on maximum
concentration (cmax) for a two-way crossover trail using SAS PROC GLM
could be:
Proc glm data=data1;
class subj seq per trt;
model cmax=seq subj(seq) per trt/ss1 ss2 ss3 ss4;
test h=seq e=subj(seq);
estimate 'trt 1 vs trt 2' trt 1 -1;
lsmeans trt/s;
Could anyone on the list please advise me how to perform the same
analysis using S-plus? Or please provide me the proper reading resource
to study. When I use glm or aov function in S-plus, I cannot get the
same result, especially for the type 3 error output.
Thanks a million and Happy Holidays!
Henry Sun
Pharmacometrics
FDA
e-mail SUNH@cder.fda.gov
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | SUMMARY: error bars, Aigner-Torres, Mario |
|---|---|
| Next by Date: | A question on the lme function, Cindy Rejwan |
| Previous by Thread: | SUMMARY: error bars, Aigner-Torres, Mario |
| Next by Thread: | A question on the lme function, Cindy Rejwan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |