[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
getting the confidence interval
From: |
Werner LEMBERG |
Subject: |
getting the confidence interval |
Date: |
Fri, 12 Oct 2018 10:40:22 +0200 (CEST) |
Folks,
I would like to get a 95% confidence interval so that I could use it
in AGGREGATE, e.g.,
AGGREGATE OUTFILE * MODE ADDVARIABLES
/BREAK=...
/Mean = mean(V)
/CI = ci(V, 0.95)
What must I do to get the result of my hypothetical `ci' function?
I'm a PSPP novice, so maybe there is a better solution than AGGREGATE
– what I ultimately want is to emit the confidence interval of a
variable to a CSV file using SAVE TRANSLATE.
Werner
- getting the confidence interval,
Werner LEMBERG <=
- Re: getting the confidence interval, John Darrington, 2018/10/12
- Re: getting the confidence interval, Mark Hancock, 2018/10/12
- Re: getting the confidence interval, Alan Mead, 2018/10/12
- Confidence interval is mathematically equivalent to hypothesis test, Dr. Oliver Walter, 2018/10/12
- Re: Confidence interval is mathematically equivalent to hypothesis test, Mark Hancock, 2018/10/12
- Re: Confidence interval is mathematically equivalent to hypothesis test, Dr. Oliver Walter, 2018/10/12
- Re: Confidence interval is mathematically equivalent to hypothesis test, Werner LEMBERG, 2018/10/12
- Re: Confidence interval is mathematically equivalent to hypothesis test, Dr. Oliver Walter, 2018/10/12
- Re: Confidence interval is mathematically equivalent to hypothesis test, Werner LEMBERG, 2018/10/13
- Re: Confidence interval is mathematically equivalent to hypothesis test, Dr. Oliver Walter, 2018/10/13