-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsumqi.sthlp
74 lines (49 loc) · 2.17 KB
/
sumqi.sthlp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.-
help for ^sumqi^ Version 2.1
.-
Summarizes quantities of interest
---------------------------------
^sumqi^ varname1 [varname2 varname3...] [^if^ exp] [^in^ range], ^l^evel^(^#^)^
Description
-----------
^sumqi^ summarizes quantities of interest that have been stored as variables
in memory. The command reports the mean, standard deviation, and a confidence
interval for the simulated quantities of interest.
Options
-------
^l^evel^(^#^)^ specifies the confidence level, in percent, for confidence
intervals. The default is ^level(95)^ or the value set by ^set l^evel. For
more information on ^set l^evel, see the on-line help for @level@.
Example
-------
To obtain the mean, standard deviation, and a 90% confidence interval for
a variable called myvar, type
. ^sumqi myvar, level(90)^
To get 80% confidence intervals for myvar1, myvar2, and myvar3, type
. ^sumqi myvar1 myvar2 myvar3, level(80)^
Distribution
------------
^sumqi^ is part of CLARIFY, a suite of Stata programs for interpreting
statistical results, and is (C) Copyright, 1999-2003, Michael Tomz, Jason
Wittenberg and Gary King, All Rights Reserved. You may copy and
distribute this program provided no charge is made and the copy is
identical to the original. To request an exception, please contact:
Michael Tomz <tomz@@stanford.edu>
Department of Political Science
Encina Hall, Stanford University
Stanford, CA 94305-6044
We recommend that you distribute the current version of this program,
which is available from http://GKing.Harvard.Edu.
Reference
---------
If you use this program, please cite:
Michael Tomz, Jason Wittenberg, and Gary King. 2003. CLARIFY:
Software for Interpreting and Presenting Statistical Results.
Version 2.1. Stanford University, University of Wisconsin,
and Harvard University. January 5. Available at
http://gking.harvard.edu/
and
Gary King, Michael Tomz, and Jason Wittenberg. 2000. "Making
the Most of Statistical Analyses: Improving Interpretation and
Presentation." American Journal of Political Science 44, no. 2
(April): 347-61.