相对危险度的多因素分析方法.pptVIP

  • 92
  • 0
  • 约1.63千字
  • 约 25页
  • 2017-05-01 发布于海南
  • 举报
相对危险度的数学模型配合 (相对危险度的多因素分析方法);;;;;相差越大。相差越大。;;;;;;;; PROC FORMAT; VALUE sexfmt 0=Male 1=Female; VALUE agefmt 0=18-64 years 1=65 over; VALUE disabfmt 0=No 1=Yes; DATA injury; INPUT sex age disabled injury freq @@; DATALINES; 0 0 0 0 11683 0 0 0 1 2710 0 1 0 0 2634 0 1 0 1 327 0 0 1 0 459 0 0 1 1 120 0 1 1 0 57 0 1 1 1 7 1 0 0 0 15476 1 0 0 1 2706 1 1 0 0 4161 1 1 0 1 672 1 0 1 0 636 1 0 1 1 178 1 1 1 0 109 1 1 1 1 31 ;; /*Fitting general logistic model */ /* with original injury data */ PROC LOGISTIC DATA=injury DESCENDING; CLASS sex age

文档评论(0)

1亿VIP精品文档

相关文档