Why does the result of 'ci proportions x' depend on the format of variable x? Very strange. Using version 15. See below:
. describe x
storage display value
variable name type format label variable label
-------------------------------------------------------------------------------------
x byte %8.0f Example variable
. tab x, missing
Example |
variable | Freq. Percent Cum.
------------+-----------------------------------
0 | 86,913 98.73 98.73
1 | 1,119 1.27 100.00
------------+-----------------------------------
Total | 88,032 100.00
. ci proportions x
-- Binomial Exact --
Variable | Obs Proportion Std. Err. [95% Conf. Interval]
-------------+---------------------------------------------------------------
x | 88,032 0 0 0 0
. format x %10.0g
. ci proportions x
-- Binomial Exact --
Variable | Obs Proportion Std. Err. [95% Conf. Interval]
-------------+---------------------------------------------------------------
x | 88,032 .0127113 .0003776 .0119817 .0134733
Related Posts with Output of 'ci proportions' depends on variable format
Calculation of the "T" statistic for High minus (-) Low double sort portfolioI have a double sort portfolio results based on two variables (X and Y). I would like to calculate t…
Multiple linear regression with specific to general approachHello everyone, I want to regress a multiple linear regression with specific-to-general approach. D…
Survey data - using command svyHello, I´m using a survey data (example below). I´m trying to understand the number of individuals …
Reshape Long HelpI'm normally pretty competent when it comes to reshaping data. However, I am running into trouble he…
Non-Inferiority between two groups with no differenceThe statistical analysis I am wanting to run is for a non-inferiority study design, where treatment …
Subscribe to:
Post Comments (Atom)
0 Response to Output of 'ci proportions' depends on variable format
Post a Comment