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]]

______________________________________________
[email protected] 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