Dan

Thank you for your reply. I will try what you recommended. 

yes.. i have a 1 and 0 as binary. 

Here is what i have so far 
d <- read.csv(c:/test.csv", header=T)
dlogit <- glm(x ~ a + b + c, data = d, family = "binomial")
attach(d)
ks.test(x, fitted(values),alternative = c("two.sided"),exact = NULL)

I would also like to know how to export the model output from the glm into a
output  dataset with those fitted values and then subset them into the 1's
and 0's. That might work as well ? 





--
View this message in context: 
http://r.789695.n4.nabble.com/Proc-Nnpar1way-with-D-option-equivalent-in-R-tp4649348p4649370.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to