Re: [R] ks.test help

2008-02-14 Thread Prof Brian Ripley
On Thu, 14 Feb 2008, Uwe Ligges wrote: > > > Brian Flynn wrote: >> I am trying to do a ks.test in R 2.6.2 (running on Mac OS X 10.4.11). >> In the help guides it specifies that the y variable can be a >> character string for the type of distribution I want. I am doing this >> on the residuals of a

Re: [R] ks.test help

2008-02-14 Thread Uwe Ligges
Brian Flynn wrote: > I am trying to do a ks.test in R 2.6.2 (running on Mac OS X 10.4.11). > In the help guides it specifies that the y variable can be a > character string for the type of distribution I want. I am doing this > on the residuals of a regression model, but I continue to get a

[R] ks.test help

2008-02-14 Thread Brian Flynn
I am trying to do a ks.test in R 2.6.2 (running on Mac OS X 10.4.11). In the help guides it specifies that the y variable can be a character string for the type of distribution I want. I am doing this on the residuals of a regression model, but I continue to get an error. This is some of th