youivab
☆    

Korea,
2017-12-27 07:20
(2752 d 04:46 ago)

(edited on 2017-12-28 01:38)
Posting: # 18089
Views: 6,937
 

 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
(2752 d 04:17 ago)

@ youivab
Posting: # 18090
Views: 5,910
 

 IntraCV calculation

Hi youivab,

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

Korea,
2017-12-28 02:35
(2751 d 09:31 ago)

@ BE-proff
Posting: # 18105
Views: 5,806
 

 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
(2752 d 04:12 ago)

@ youivab
Posting: # 18092
Views: 5,882
 

 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
(2751 d 09:28 ago)

@ kms.srinivas
Posting: # 18106
Views: 5,698
 

 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
(2751 d 04:09 ago)

@ youivab
Posting: # 18109
Views: 5,585
 

 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
23,428 posts in 4,929 threads, 1,684 registered users;
29 visitors (0 registered, 29 guests [including 7 identified bots]).
Forum time: 13:06 CEST (Europe/Vienna)

To know that we know what we know,
and to know that we do not know what we do not know,
that is true knowledge.    Nicolaus Copernicus

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