Thanks, it's done!! [Software]

posted by Shuanghe  – Spain, 2012-01-19 23:42 (4861 d 14:59 ago) – Posting: # 7967
Views: 7,427

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,424 posts in 4,927 threads, 1,671 registered users;
157 visitors (0 registered, 157 guests [including 8 identified bots]).
Forum time: 15:42 CEST (Europe/Vienna)

If you shut your door to all errors
truth will be shut out.    Rabindranath Tagore

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