IntraCV calculation [Power / Sample Size]
❝ This is the code I used.
❝
❝ ODS OUTPUT COVPARMS=RESIDUAL8;
❝ PROC MIXED DATA=FED_VDCL;
❝ MODEL LVD= P;
❝ RANDOM SUB;
❝ REPEATED/GRP=SUB SUB=SUB;
❝ LSMEANS /PDIFF CL ALPHA=0.1;
❝ RUN;
❝ DATA 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
Best Regards,
GM
Complete thread:
- IntraCV calculation youivab 2017-12-27 06:20
- IntraCV calculation BE-proff 2017-12-27 06:49
- IntraCV calculation youivab 2017-12-28 01:35
- IntraCV calculation kms.srinivas 2017-12-27 06:53
- IntraCV calculation youivab 2017-12-28 01:37
- IntraCV calculationGM 2017-12-28 06:56
- IntraCV calculation youivab 2017-12-28 01:37
- IntraCV calculation BE-proff 2017-12-27 06:49