Thanks, it's done!! [Software]

posted by Shuanghe  – Spain, 2012-01-19 23:42 (5260 d 16:45 ago) – Posting: # 7967
Views: 9,140

Hi Helmut,

Now you made my day!! I import a table of CINV and everything works out just fine. I'll have to redo it to tidy the workflow a bit to ease of use for others but that shouldn't present any problem now.

t and χ² are used internally in Phoenix, they are not accessible as a function in a custom transformation. :-(

indeed, far too few functioins in Phoenix.

❝ you have noticed that min() and max() are not available as well (bug 11570). Instead of simply using

  (max((abs(Lower_CI)), (abs(Upper_CI))))^2

❝ I had to workaround

  if(abs(Lower_CI)>=abs(Upper_CI), (abs(Lower_CI))^2, (abs(Upper_CI))^2)


well, that's better than mine. After discovering they don't even have max min, and x**2 is not working as square of x, as SAS would do, I did this:
if(abs(lower_ci) > abs(upper_ci), abs(lower_ci)* abs(lower_ci), abs(upper_ci)*abs(upper_ci)). :crying: Where did you get the idea that ^ means to raise power? :ponder: nice to know.

❝ Right now my workflow is rather lenghty (if you want I can send you the project file off-list).


No, it's not necessary now. But thanks anyway.

By the way, I seems to get slightly different CI as well. I need to run more SAS to confirm it but the difference I got is usually very small, always happens to the last decimal. But imagine some day you have 125.01% instead of 125.00%..., there would be a lot of :blahblah: with regulator to get the approval. or not.

All the best,
Shuanghe

Complete thread:

UA Flag
Activity
 Admin contact
23,654 posts in 4,992 threads, 1,570 registered users;
109 visitors (1 registered, 108 guests [including 14 identified bots]).
Forum time: 17:27 CEST (Europe/Vienna)

The idea is to try and give all the information to help others
to judge the value of your contribution;
not just the information that leads to judgment
in one particular direction or another.    Richard Feynman

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