Confidence Interval in Ctables "CI"

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Confidence Interval in Ctables "CI"

Mohamed-sh
This post was updated on .
I have a syntax like this one,how can I get a "Confidence Interval" of the "rate" in the output.



ctables
  /vlabels variables=gfr mmr ltr display=none
  /table
    gfr [s][mean 'General fertility rate (GFR) [2]' comma5.0] + mmr [s][mean 'Maternal mortality ratio (MMR) [3]' comma5.0] + ltr [s][mean 'Lifetime risk of maternal death [4]' f5.3]
  /slabels position=row
   /titles
    title='MM.3  Maternal mortality' ''
   
Reply | Threaded
Open this post in threaded view
|

Re: Confidence Interval in Ctables

Jon K Peck
In Ctables you can add the SE MEAN as a statistic.
For example,
CTABLES /TABLE y>x[MEAN SEMEAN]

You can add the actual calculated limits as new rows or columns in the table using the STATS TABLE CALC extension command.  Adding new rows or columns to a table requires at least Statistics 21.  Older versions can replace a row or column but cannot add one.   This extension command requires the Python Essentials, which you can download via the SPSS Community website (www.ibm.com/developerworks/spssdevcentral) if it is not already included in your version of Statistics.


Jon Peck (no "h") aka Kim
Senior Software Engineer, IBM
[hidden email]
phone: 720-342-5621




From:        Mohamed-sh <[hidden email]>
To:        [hidden email],
Date:        09/19/2013 04:21 PM
Subject:        [SPSSX-L] Confidence Interval in Ctables
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




I have a syntax like this one,how can I get a "Confidence Interval" of the
"rate" in the output.





--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/Confidence-Interval-in-Ctables-tp5722098.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD