IntraCV calculation [Power / Sample Size]

posted by youivab – Korea, 2017-12-28 02:37 (2308 d 16:10 ago) – Posting: # 18106
Views: 4,723

❝ 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]

Complete thread:

UA Flag
Activity
 Admin contact
22,993 posts in 4,828 threads, 1,650 registered users;
68 visitors (1 registered, 67 guests [including 7 identified bots]).
Forum time: 19:47 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