Hello Members,
I am a new Stata user and now trying to write a paper about prediction model. But we meet a problem now. As we had missing data in this analysis, we used multiple imputation to produce an overall estimate of regression coefficient (with syntax 'mi estimate : logistic' )and model performance measurements including C-statistic (with syntax 'mi xeq 0: roctab ', the probability is also an overall probability of all imputation calculated with code 'mi predict xb_mi' and 'mi xeq: generate phat = invlogit(xb_mi)') and calibration in the large and calibration slope (with syntax 'mi xeq 0:pmcalplot ') . But when we try to draw nomogram with syntax nomolog (with syntax 'mi xeq 0:nomolog ', maybe it is not the correct syntax?), the STATA indicated that nomolog must be executed after logit or logistic. But there were 10 imputation, and the model is the overall estimated model.
Would you please teach me how to draw a nomogram in the multiple imputated database?
Many thanks and best wishes!
Jing Pan
Related Posts with how can we draw a nomogram in 10 multiple imputated dataset?
Generating a new variable but missing values have been includedHi, My code is: Code: generate var_66 = 1 if var_33 >=2 However it has put a 1 in the new va…
Calculating MHHI with triple summationHi everybody! I'm looking to create a Modified Herfindahl-Hirschmann Index (MHHI) in STATA from the …
Regression gives different results depending on the order of the independent variablesI am running what is essentially a difference in differences regression on a large dataset with a lo…
Unsure if SCARs are correct (event study)Dear Statalist community, I'm working on an event study and I want to use standardized cumulative a…
Trying to create a new variable out of the response of the respondents in the survey ! Your help will be much appreciatedHello Intelligent People, The version of STATA i am using is 14.2 on a Windows 10 Here is a glimps…
Subscribe to:
Post Comments (Atom)
0 Response to how can we draw a nomogram in 10 multiple imputated dataset?
Post a Comment