IntraCV calculation [Power / Sample Size]

posted by GM – India, 2017-12-28 07:56 (1919 d 21:39 ago) – Posting: # 18109
Views: 4,275

❝ 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,559 posts in 4,725 threads, 1,607 registered users;
12 visitors (0 registered, 12 guests [including 6 identified bots]).
Forum time: 06:35 CEST (Europe/Vienna)

The penalty for scientific irrelevance is, of course,
that the statistician’s work is ignored by the scientific community.    George E.P. Box

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