gnm-defunct {gnm} | R Documentation |
Defunct Functions in gnm Package
Description
The functions listed here are no longer part of gnm as they are not needed any more.
Usage
Nonlin(functionCall)
getModelFrame()
qrSolve(A, b, rank = NULL, ...)
Details
Nonlin
is not needed any more as
the plug-in architecture has been replaced by functions of class
"nonlin"
, see nonlin.function
.
getModelFrame
was designed to work from within a plug-in
function so is no longer needed.
qrSolve
was a function to solve the linear system Ax = b by two
applications of QR decomposition. Alternative methods were found to be
more robust.
See Also
[Package gnm version 1.1-5 Index]