[R] when i create data.frame is time variable and Censor variable should be equal?

2010-09-21 Thread Halabi, Anan
Error in data.frame(times = NonCensored.data, censor = Censored.data) : arguments imply differing number of rows: 14, 6 Anan Halabi Reliability Eng, RD HP Scitex Tel: 972-9-8924648 mobil: 972-52-6624231 __ R-help@r-project.org mailing list

Re: [R] when i create data.frame is time variable and Censor variable should be equal?

2010-09-21 Thread Marc Schwartz
On Sep 21, 2010, at 10:50 AM, Halabi, Anan wrote: Error in data.frame(times = NonCensored.data, censor = Censored.data) : arguments imply differing number of rows: 14, 6 Yes. There should be one row for each observation, with a time and an event status flag for each. For typical right