Dear Members,
How can I transfer the output of this regression model to an excel sheet? I am using Stata 12
foreach var in debakey smoking_hx illdruguse dm htn hyperlipidemia cva_hx cad_hx chf_hx cancer_hx ///
chemorx radiorx liverdisease_hx neurologicaldisorder_hx aneurysm_hx copd_hx asthma_hx dialysis cabg_hx pvds_hx avs_hx evartevar_hx ///
chestpain neckjawpain backpain syncope seizure altermenstatus extremityneurosym dyspnea abdpain renal_insufficiency ///
pe_bp_diff pe_aortic_regurg cardiac_tamponade pe_asym_pulse abnorm_ekg abd_pain vasc_consult aorticgrafttype ///
great_vessels innominate left_carotic lsa cerebral_activity_monitor mep_sep_monitor hca_used ///
coronary_art_impl cabg_ascend_repai pericardial_effusion coagulopathy rupture new_onset_perm_hd visceral_necrosis paralysis__paraparesis ///
limbloss_gangrene inhospdeath complications second_op sec_procedure intaopdeath post_op_chf post_op_arrythmia post_op_dvt_pe postop_pneumonia po_sens_disturb ///
po_stroke po_weak_extreme po_paral_extreme po_delirium po_sepsis po_sens_disturb csf_drain_used wound_infection po_bleeding second_op sec_procedure tracheostomy vasc_consult {
tab `var' malperfusion, col chi2 exact
logistic malperfusion `var'
logistic malperfusion i.race age female i.`var'
I really appreciate your help.
Amin
How can I transfer the output of this regression model to an excel sheet? I am using Stata 12
foreach var in debakey smoking_hx illdruguse dm htn hyperlipidemia cva_hx cad_hx chf_hx cancer_hx ///
chemorx radiorx liverdisease_hx neurologicaldisorder_hx aneurysm_hx copd_hx asthma_hx dialysis cabg_hx pvds_hx avs_hx evartevar_hx ///
chestpain neckjawpain backpain syncope seizure altermenstatus extremityneurosym dyspnea abdpain renal_insufficiency ///
pe_bp_diff pe_aortic_regurg cardiac_tamponade pe_asym_pulse abnorm_ekg abd_pain vasc_consult aorticgrafttype ///
great_vessels innominate left_carotic lsa cerebral_activity_monitor mep_sep_monitor hca_used ///
coronary_art_impl cabg_ascend_repai pericardial_effusion coagulopathy rupture new_onset_perm_hd visceral_necrosis paralysis__paraparesis ///
limbloss_gangrene inhospdeath complications second_op sec_procedure intaopdeath post_op_chf post_op_arrythmia post_op_dvt_pe postop_pneumonia po_sens_disturb ///
po_stroke po_weak_extreme po_paral_extreme po_delirium po_sepsis po_sens_disturb csf_drain_used wound_infection po_bleeding second_op sec_procedure tracheostomy vasc_consult {
tab `var' malperfusion, col chi2 exact
logistic malperfusion `var'
logistic malperfusion i.race age female i.`var'
I really appreciate your help.
Amin
Comment