Bioequivalence Code for SAS [Software]
Dear Emrah!
The short answer: Ask your big SAS fan .
To be serious:
I suppose you are using
Place an ODS output statement before or within the
Something like:
Take the dataset
The relevant varibles are
A simple
BTW: How did you arrive at T-R (i=2, j=1)? Mine is always R-T if
Hope this helps
❝ As a final step LSMean(i)-LSMean(j) values should be antilogged and multiplied with 100 to obtain upper and lower limits.
❝
❝ What I wonder is how may I code this last step so that it can be included in the SAS Output. Any help will be appreciated.
The short answer: Ask your big SAS fan .
To be serious:
I suppose you are using
Proc GLM
.Place an ODS output statement before or within the
Proc GLM
code.Something like:
ODS output LSMeanDiffCL=whatever_you_like_as_name;
Take the dataset
whatever_you_like_as_name
and perform the back-transformation.The relevant varibles are
diff, lowerCL, upperCL
if I recall correctly. Take care of the order of treatm
the diff and its CI will be calculated and change sign if necessary.A simple
Proc Print
call will show you the results.BTW: How did you arrive at T-R (i=2, j=1)? Mine is always R-T if
treatm
is coded that way due to lexical ordering.Hope this helps
—
Regards,
Detlew
Regards,
Detlew
Complete thread:
- Bioequivalence Code for SAS Emrah Soner Özdeş 2015-01-16 14:52 [Software]
- Bioequivalence Code for SASd_labes 2015-01-19 08:20
- Bioequivalence Code for SAS Emrah Soner Özdeş 2015-01-20 13:12
- Bioequivalence Code for SAS jishnu 2022-08-06 19:02
- Bioequivalence Code for SAS Emrah Soner Özdeş 2015-01-20 13:12
- Bioequivalence Code for SASd_labes 2015-01-19 08:20