youivab
☆    

Korea,
2017-12-27 07:20
(2283 d 23:28 ago)

(edited by youivab on 2017-12-28 01:38)
Posting: # 18089
Views: 5,657
 

 IntraCV calculation [Power / Sample Size]

Dear All,

I have a question.

<Pre-study, 1*2, Crossover design.>

When calculating Intra CV, is there a case of 0?
What should I do in such case?


Edit: Category changed; see also this post #1. [Helmut]
BE-proff
●    

2017-12-27 07:49
(2283 d 23:00 ago)

@ youivab
Posting: # 18090
Views: 4,869
 

 IntraCV calculation

Hi youivab,

Unclear question.
Are you talking about already done study?
youivab
☆    

Korea,
2017-12-28 02:35
(2283 d 04:14 ago)

@ BE-proff
Posting: # 18105
Views: 4,795
 

 IntraCV calculation

❝ Unclear question.

❝ Are you talking about already done study?


yes, already done and calculated AUClast, Cmax ...
kms.srinivas
☆    

India,
2017-12-27 07:53
(2283 d 22:55 ago)

@ youivab
Posting: # 18092
Views: 4,855
 

 IntraCV calculation

❝ When calculating Intra CV, is there a case of 0?

❝ What should I do in such case?


intra CV zero!!!
Are you dealing with man or machine?!! :confused: which have also a little precision...
youivab
☆    

Korea,
2017-12-28 02:37
(2283 d 04:11 ago)

@ kms.srinivas
Posting: # 18106
Views: 4,667
 

 IntraCV calculation

❝ intra CV zero!!!

❝ Are you dealing with man or machine?!! :confused: which have also a little precision...


I used SAS program.

This is the code I used.

ODS OUTPUT COVPARMS=RESIDUAL8;
PROC MIXED DATA=FED_VDCL;
  CLASS SUB P;
  MODEL LVD= P;
  RANDOM SUB;
  REPEATED/GRP=SUB SUB=SUB;
  LSMEANS /PDIFF CL ALPHA=0.1;
RUN;
DATA RESIDUAL8;
  SET RESIDUAL8;
  IF COVPARM NE 'Residual' THEN DELETE;
  INTRACV=SQRT(EXP(ESTIMATE)-1)*100;
RUN;



Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer. Tabulators changed to spaces and BBcoded; see also this post #5 and #6. [Helmut]
GM
★    

India,
2017-12-28 07:56
(2282 d 22:52 ago)

@ youivab
Posting: # 18109
Views: 4,573
 

 IntraCV calculation

❝ This is the code I used.


ODS OUTPUT COVPARMS=RESIDUAL8;

❝ PROC MIXED DATA=FED_VDCL;

❝   CLASS SUB P;
❝   MODEL LVD= P;
❝   RANDOM SUB;
❝   REPEATED/GRP=SUB SUB=SUB;
❝   LSMEANS /PDIFF CL ALPHA=0.1;

❝ RUN;

❝ DATA RESIDUAL8;

❝   SET RESIDUAL8;
❝   IF COVPARM NE 'Residual' THEN DELETE;
❝   INTRACV=SQRT(EXP(ESTIMATE)-1)*100;

❝ RUN;


Hi Youivab,

My understanding as per this code, this is Parallel Design.

I think, because of random effect in the model, the inter CV is zero.

Regards,
GM

Best Regards,
GM
UA Flag
Activity
 Admin contact
22,957 posts in 4,819 threads, 1,636 registered users;
92 visitors (0 registered, 92 guests [including 8 identified bots]).
Forum time: 06:49 CET (Europe/Vienna)

With four parameters I can fit an elephant,
and with five I can make him wiggle his trunk.    John von Neumann

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