Fit an Empty Regression-Scale Model
Fits a rsm model with empty model matrix.
rsm.null(X = NULL, Y, offset, family, dispersion, score.dispersion, maxit,
epsilon, trace, ...)X |
defaults to |
Y |
the response vector. |
dispersion |
either |
score.dispersion |
must default to |
offset |
optional offset added to the linear predictor. |
family |
a |
maxit |
maximum number of iterations allowed. |
epsilon |
convergence threshold. |
trace |
if |
... |
not used, but do absorb any redundant argument. |
The rsm.null function is called internally by the
rsm routine to do the actual model fitting in case of an
empty model. It is not intended to be used directly by the user. As
no weights argument is available, the response Y and
the model matrix X must already include the weights if
weighting is desired.
an object which is a subset of a rsm object.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.