Internal function implementing the Fisher scoring algorithms for the estimation of GLMs. It is used in the AIRWLS algorithm for the estimation of GMF models.
cpp.airwls.glmfit(
beta,
y,
X,
familyname,
linkname,
varfname,
offset,
weights,
penalty,
nsteps = 100L,
stepsize = 0.1,
print = FALSE
)
initial value of the regression coefficients to be estimated
response vector
design matrix
model family name
link function name
variance function name
vector of constants to be added to the linear predictor
vector of constants non-negative weights
penalty parameter of a ridge-type penalty
number of iterations
stepsize parameter of the Fisher scoring algorithm
if TRUE
, print the algorithm history