[R] Proc Nnpar1way with D option - equivalent in R
SASandRlearn
sasandrlearn at gmail.com
Tue Nov 13 13:25:35 CET 2012
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.
More information about the R-help
mailing list