1 / 16

Data for CHD – Age Example

Data for CHD – Age Example. Data for CHD – Age Example. SAS Code CHD – Age Example. proc logistic data=chdage1 covout outest=chdage3 descending; model chd = age; run; quit;. In a study 230 patients were cross classified in respect to disease and risk. 100 130. 120 230.

fynn
Download Presentation

Data for CHD – Age Example

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data for CHD – Age Example

  2. Data for CHD – Age Example

  3. SAS Code CHD – Age Example proc logistic data=chdage1 covout outest=chdage3 descending; model chd = age; run; quit;

  4. In a study 230 patients were cross classified in respect to disease and risk 100 130 120 230

  5. SAS Output for Cancer – Smoker Example data SmokeCancer; input Disease Risk count ; cards; 1 1 80 0 1 30 1 0 20 0 0 100 ;run; proclogistic data=SmokeCancer descending; model disease=risk/;freq count; run;

  6. The LOGISTIC Procedure Model Information Data Set WORK.SMOKECANCER Response Variable Disease Number of Response Levels 2 Frequency Variable count Model binary logit Optimization Technique Fisher's scoring Number of Observations Read 4 Number of Observations Used 4 Sum of Frequencies Read 230 Sum of Frequencies Used 230 Response Profile Ordered Total Value Disease Frequency 1 1 100 2 0 130 Probability modeled is Disease=1.

  7. Testing Global Null Hypothesis: BETA=0 Analysis of Maximum Likelihood Estimates Standard Wald Parameter DF Estimate Error Chi-Square Pr > ChiSq Intercept 1 -1.6093 0.2449 43.1685 <.0001 Risk 1 2.5901 0.3253 63.3937 <.0001 Odds Ratio Estimates Point 95% Wald Effect Estimate Confidence Limits Risk 13.332 7.047 25.223

More Related