pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting the confidence interval


From: John Darrington
Subject: Re: getting the confidence interval
Date: Fri, 12 Oct 2018 12:29:00 +0200
User-agent: NeoMutt/20170113 (1.7.2)

The confidence interval is a concept associated with a hypothesis.
If it's the confidence interval on the test for a mean value, typically you 
would get that by using a T-Test.


On Fri, Oct 12, 2018 at 10:40:22AM +0200, Werner LEMBERG wrote:
     
     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
     _______________________________________________
     Pspp-users mailing list
     address@hidden
     https://lists.gnu.org/mailman/listinfo/pspp-users

-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]