Beta optimization routing
getBeta(
x,
y,
spt,
ySptIndex,
f0,
linkinv,
mu.eta,
offset,
sampprobs,
betaStart,
thStart,
thetaControl = theta.control(),
betaControl = beta.control()
)A list containing the following:
beta Updated values.
mu Updated mean for each observation.
th Updated list returned from the getTheta function.
llik Updated log-likelihood.
iter Number of iterations until convergence. (Will always be
one unless maxiter is increased to something greater than one using the
betaControl argument.)
conv Convergence indicator. (Will always be FALSE unless
maxiter is increased to something greater than one using the
betaControl argument.)
Covariate matrix.
Response vector.
Vector of unique observed support points in the response.
Index of each y value within the spt vector.
Current values of f0.
Inverse link function.
Derivative of inverse link function.
Vector of known offset values to be added to the linear combination (x' beta) for each observation. Mostly intended for likelihood ratio and score confidence intervals.
Optional matrix of sampling probabilities.
Starting values for beta (typically the estimates from the previous iteration).
Starting theta values. Needs to be a list of values matching
the output of the getTheta function.
A "thetaControl" object returned from the theta.control
function.
A "betaControl" object returned from the beta.control
function.