Displaying 1 result from an estimated 1 matches for "ingot2".
2010 Dec 03
2
What is the SAS equivalent of this R glm() code?
Hello Everyone,
I'm trying to use SAS to replicate some results obtained in R. I was wondering if anyone call tell me the SAS equivalent of the code that appears below.
fm.glm.x <- glm(resp ~ . - 1, data = as.data.frame(mm.x),
na.action = na.exclude, family = binomial(link = "probit"))
summary(fm.glm.x)
Thanks,
Paul
[[alternative HTML version deleted]]