Re: [R] Finding data association in R

2009-05-19 Thread Bill.Venables
enables http://www.cmis.csiro.au/bill.venables/ -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of phen_ys Sent: Tuesday, 19 May 2009 5:17 PM To: r-help@r-project.org Subject: Re: [R] Finding data association in R Johannes Hüsing wrote

Re: [R] Finding data association in R

2009-05-19 Thread phen_ys
Johannes Hüsing wrote: > > > Am 19.05.2009 um 05:39 schrieb phen_ys: > >> >>> surgery <- data.frame(outcome = c(0, 0, 0, 0, 0, 0, 0, 0, 0, >> + 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, >> + 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0), age = c(50, 50, 51, >> + 51, 53, 54, 54, 54, 55, 5

Re: [R] Finding data association in R

2009-05-18 Thread Johannes Hüsing
Am 19.05.2009 um 05:39 schrieb phen_ys: surgery <- data.frame(outcome = c(0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, + 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0), age = c(50, 50, 51, + 51, 53, 54, 54, 54, 55, 55, 56, 56, 56, 57, 57, 57, 57, 58, + 59, 60, 6

[R] Finding data association in R

2009-05-18 Thread phen_ys
> surgery <- data.frame(outcome = c(0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, + 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0), age = c(50, 50, 51, + 51, 53, 54, 54, 54, 55, 55, 56, 56, 56, 57, 57, 57, 57, 58, + 59, 60, 61, 61, 61, 62, 62, 62, 62, 63, 63, 63, 64, 6