glm.fit.nowarn {haplo.stats}R Documentation

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

Author(s)

Sinnwell JP

See Also

haplo.glm


[Package haplo.stats version 1.3.8 Index]