IntraCV calculation [Power / Sample Size]

posted by GM – India, 2017-12-28 07:56 (2308 d 04:40 ago) – Posting: # 18109
Views: 4,625

❝ 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

Complete thread:

UA Flag
Activity
 Admin contact
22,990 posts in 4,826 threads, 1,665 registered users;
56 visitors (0 registered, 56 guests [including 4 identified bots]).
Forum time: 13:37 CEST (Europe/Vienna)

If you don’t like something change it;
if you can’t change it, change the way you think about it.    Mary Engelbreit

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