lognlm.fit: The fitter function for log Normal Linear Models
Description
lognlm.fit is called by lognlm to fit log Normal linear regression models. Two optimizing functions can be used, nlminb and
optim. This function is not meant to be called by the user directly.
Usage
lognlm.fit(X, y, par, lik = TRUE, opt = c("nlminb", "optim"),
offset=NULL, weights=NULL,...)