Thanks, it's done!! [Software]

posted by Shuanghe  – Spain, 2012-01-19 23:42 (5274 d 02:16 ago) – Posting: # 7967
Views: 9,210

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,655 posts in 4,993 threads, 1,570 registered users;
305 visitors (0 registered, 305 guests [including 21 identified bots]).
Forum time: 02:59 CEST (Europe/Vienna)

Most scientists today are devoid of ideas, full of fear, intent on
producing some paltry result so that they can add to the flood
of inane papers that now constitutes “scientific progress”
in many areas.    Paul Feyerabend

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