glm.fit.nowarn {haplo.stats} | R Documentation |
An internal function for the haplo.stats library
glm.fit.nowarn(x, y, weights = rep(1, nobs), start = NULL, etastart = NULL, mustart = NULL, offset = rep(0,nobs), family=gaussian(), control=glm.control(), intercept=TRUE)
x |
x |
y |
y |
weights |
weights |
start |
start |
etastart |
etastart |
mustart |
mustart |
offset |
offset |
family |
family |
control |
control |
intercept |
intercept |
Sinnwell JP