Hi dear all,

I'm wondering about the question that; Does the influence.measures(model)
for linear models valid for general linear models such as logistic
regression models?

That is;

If I fit the model like

model <- glm( y~X1+X2, family=binomial)

Then, if  i apply the function "influence.measures(model), i will get the
result of influence measures. 

These result are valid for logistic regression model?

Thanks any help..

--
View this message in context: 
http://r.789695.n4.nabble.com/influence-measures-tp4392320p4392320.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