powered by
vsse(fitObj)
data(hcrabs) attach(hcrabs) y <- ifelse(num.satellites>0,1,0) bnfit <- glm(y~color+spine+width+weight,family=binomial) vsse(bnfit)
Run the code above in your browser using DataLab