Re: [R] Reliability metric

2011-09-09 Thread William Dunlap
Behalf Of David Winsemius > Sent: Friday, September 09, 2011 1:25 PM > To: Halabi, Anan > Cc: r-help@R-project.org > Subject: Re: [R] Reliability metric > Importance: High > > > On Sep 9, 2011, at 3:14 PM, Halabi, Anan wrote: > > > > > Hi, > > Below is

Re: [R] Reliability metric

2011-09-09 Thread David Winsemius
On Sep 9, 2011, at 3:14 PM, Halabi, Anan wrote: Hi, Below is the code I write, I am trying to create a metric of h and t while the values is out of function R. First I have message warning It is only a warning. Second, the metric is not created What "not created" means has already bee

Re: [R] Reliability metric

2011-09-09 Thread R. Michael Weylandt
*From:* R. Michael Weylandt [mailto:michael.weyla...@gmail.com] > *Sent:* Friday, September 09, 2011 10:25 PM > *To:* Halabi, Anan > *Cc:* r-help@R-project.org > *Subject:* Re: [R] Reliability metric > > ** ** > > Your code works fine -- the warning message is just a he

Re: [R] Reliability metric

2011-09-09 Thread R. Michael Weylandt
Your code works fine -- the warning message is just a heads up that the object z/eta (which has length 111) does not quite match up with 1-h which has length 10: usually this is a sign that the user defined something improperly so R gives you a nice warning, but it doesn't halt the calculation. As

[R] Reliability metric

2011-09-09 Thread Halabi, Anan
Hi, Below is the code I write, I am trying to create a metric of h and t while the values is out of function R. First I have message warning Second, the metric is not created > h <- seq(0.1, 0.9, by=0.1) > t <- seq(0,11000, by=100) > z <- cbind(t) > eta=1 > beta=2 > R <- array (1:1100, dim=