Hello
I would like to calculate 95% CI of relative concentration index. However, I could not find a stata command for this. Could anyone kindly share this stata command?
To briefly explain my dataset, it is a complex survey design. After I opened up my dataset, I have used the following stata command.
svyset [pweight=wt_itvex], strata(kstrata) psu(psu)
conindex overw_obese_bi_valid [aweight=wt_itvex], rankvar(mincome_per_capita) bounded limits (0 1) truezero wagstaff cluster (psu) compare(town_t)
** variable information
(overw_obese_bi_valid: binary variable for overweight/obese adults)
(mincome_per_capita: continuous variable for monthly income per capitia variable)
(town_t: categorical variable for urban and rural areas)
After I run this command, I could get index value and standard error, but not 95% CI (You can also see the results in the attached file).
Many thanks in advance.
스크랩을 저장할 수 없습니다
충돌 보고서 보기
소스 링크
클립보드에 복사
' ; // get html // ======== var _html = _response; // normalize // ========= _html = _html.replace(//gi, '>'); _html = _html.replace(/\s+\/>/gi, '/>'); // remove // ====== _html = _html.replace(/
Related Posts with 95% Confidence Interval for relative concentration index
Coding questionI am running into a wall on applying a predicted class of a state (all 50 states have one of four pr…
Missing values when generating lagged variable in panel dataContext: I'm using Stata 16.1 on Window 10. I have unbalanced panel data with 52 variables and 953 o…
how to simplify the syntax? Code: keep if pvalueInter<.1 & pvalueMed1<.1 & pvalueMed2<.1 & pvalueMed3<.…
Same id but do not get matched (merge)Dear all, I have a problem that I do not understand why it is occuring. I want to merge two data fil…
Installing gtools package on a remote computer (with no admin access)Hello, I am working on a Remote Stata Server (OS: Windows Server 2016 Standard) with Stata/SE 15.1. …
Subscribe to:
Post Comments (Atom)
0 Response to 95% Confidence Interval for relative concentration index
Post a Comment