Learn R Programming

haplo.stats (version 1.4.4)

glm.fit.nowarn: Modified from glm.fit function to not warn users for binomial non-integer weights.

Description

An internal function for the haplo.stats library

Usage

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)

Arguments

x
x
y
y
weights
weights
start
start
etastart
etastart
mustart
mustart
offset
offset
family
family
control
control
intercept
intercept

See Also

haplo.glm