IntraCV calculation [Power / Sample Size]

posted by youivab – Korea, 2017-12-28 02:37 (2752 d 19:36 ago) – Posting: # 18106
Views: 5,698

❝ 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
23,433 posts in 4,931 threads, 1,674 registered users;
40 visitors (1 registered, 39 guests [including 13 identified bots]).
Forum time: 23:14 CEST (Europe/Vienna)

It has yet to be proven
that intelligence has any survival value.    Arthur C. Clarke

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