hresid {ROlogit} | R Documentation |
Obtain the heuristic residuals.
Description
Obtain the heuristic residuals.
Usage
hresid(y, svar, design.mat, o, initial.res.par = c(0, 0), ...)
Arguments
y |
vector of numeric. The outcomes. |
svar |
vector of numeric. The strata variable. |
design.mat |
matrix. The design matrix including intercept term. |
o |
matrix. Contains the estimated coefficients of the RO-logit and their SEs. |
initial.res.par |
The initial values of the intercept and log(scale), to
be passed to the |
... |
Other parameters to be passed to the |
Value
Returns a list containing the estimated intercept and
log(scale)
, the covariance matrix of these two parameters,
convergence status from optim
, and the heuristic residuals.
[Package ROlogit version 0.1.2 Index]