gldrmFit {gldrm} | R Documentation |
Main optimization function
Description
This function is called by the main gldrm
function.
Usage
gldrmFit(
x,
y,
linkfun,
linkinv,
mu.eta,
mu0 = NULL,
offset = NULL,
sampprobs = NULL,
gldrmControl = gldrm.control(),
thetaControl = theta.control(),
betaControl = beta.control(),
f0Control = f0.control()
)
[Package gldrm version 1.6 Index]