how does one calculate confidence values for geometric means

  • Thread starter Dr. Lester M. Shulman
  • Start date
D

Dr. Lester M. Shulman

I use Excell to calculate the geometric mean of a series of antibody titers
using GEOMEAN. How can I calculate the 95% confidence level for this
geometric mean? Thank you. Dr Lester M. Shulman


Example:
512
1024
1024
1024
1024
1024
1024
1024
1024
2048
2048
2048
2048
4096
4096
4096
4096
4096
4096
4096
4096
8192
8192
8192
8192
8192
8192
8192

GEOMEAN=2756.404
 
J

JE McGimpsey

I'm cross-posting this to the microsoft.public.excel.worksheet.functions
group (since it isn't Mac specific), in the hope that one of the stats
gurus can do a better job answering this than I can...
 
J

Jerry W. Lewis

Depends on what you assume about the distribution of the data. If you
assume the data are lognormal, then you should take logs of the X values
calculate the arithmetic mean and usual Student's t confidence intervals
(say LCL to UCL) on the log scale, then back transform the results to
the original scale. Thus exp(LCL) to exp(UCL) is a 95% confidence
interval for exp(average(ln(data))) = geomean(data) for lognormal data.

Jerry W. Lewis, PhD
 
J

Jerry W. Lewis

Sorry, I read the question, but didn't look at the data. The data are
interval censored. That is a much more complicated problem.

You could do a maximum likelihood analysis. If you assume that the
underlying continuous variable is from a lognormal distribution, then
the contribution to the log likelihood of the observation in A1 is
=LN(NORMDIST(LN(A1),$D$1,$D$2,TRUE)-NORMDIST(LN(A1/2),$D$1,$D$2,TRUE))
assuming that a titer of 512 is interpreted as "the true value lies
between 256 and 512". Here D1 initially contains average(ln(data)) and
D2 initially contains stdev(ln(data)). In another cell (say D3) use a
formula to sum the individual contributions to the log likelihood. Then
use Solver to maximize D3 by changing D1:D2, to get the maximum
likelihood estimates for the mean and standard deviation of the assumed
continuous (unobserved) underlying log data. With logs of the posted
data, I get an MLE of 7.575 for mu and 0.833 for sigma vs. 7.922 and
0.873 ignoring the censoring

Jerry
 
M

Michael R Middleton

Dr. Lester M. Shulman -

Since your question isn't Macintosh-specific nor Excel-specific, it's more
likely that you'll get an answer from a statistics newsgroup or from the
Excel statisticians who frequent the microsoft.public.excel.misc newsgroup.

- Mike

www.mikemiddleton.com

++++++++++++++++++++++++++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top