RE: [NMusers] IIV on %CV-Scale - Standard Error (SE)

2008-02-15 Thread Ribbing, Jakob
then report IIV in CL as 30% with RSE=5%. Best jakob -Original Message- From: James G Wright [mailto:[EMAIL PROTECTED] Sent: 15 February 2008 13:57 To: Ribbing, Jakob Subject: RE: [NMusers] IIV on %CV-Scale - Standard Error (SE) Hi Jakob, The trick is just knowing that you need to apply

Re: [NMusers] IIV on %CV-Scale - Standard Error (SE)

2008-02-15 Thread Leonid Gibiansky
Jakob I am not sure that the formula that you present is correct: sqrt(SE.OMEGAnn)/(2*sqrt(OMEGAnn))*100% I think, you do not need to take sqrt(). This is what I would use SE.OMEGAnn/(2*OMEGAnn)*100% Note that your S-plus function also does not take a sqrt, so it could be just a typo. Fac

RE: [NMusers] IIV on %CV-Scale - Standard Error (SE)

2008-02-15 Thread Ken Kowalski
Hi Jakob, The derivation for your expression comes from a first-order approximation of the variance often referred to as the "delta method" in the statistical literature. The approximation is: Var(f(x)) ~= [f'(x)^2]Var(x) or equivalently, SE(f(x)) ~= f'(x)SE(x) If we want SE(omega) but have the

RE: [NMusers] IIV on %CV-Scale - Standard Error (SE)

2008-02-15 Thread Mouksassi Mohamad-Samer
Hello Jakob, I remember I developed code at one point to calculate a SE on a typical clearance which was a function of four covariates.. The general method is to use formula incorporating partial derivatives with respect to each parameter. http://www.itl.nist.gov/div898/handbook/mpc/section5/m