Uses of Class
dev.nm.stat.regression.linear.glm.GLMResiduals
-
Packages that use GLMResiduals Package Description dev.nm.stat.regression.linear.glm dev.nm.stat.regression.linear.glm.quasi -
-
Uses of GLMResiduals in dev.nm.stat.regression.linear.glm
Methods in dev.nm.stat.regression.linear.glm that return GLMResiduals Modifier and Type Method Description GLMResidualsGeneralizedLinearModel. residuals()Gets the residual analysis of this GLM regression.Constructors in dev.nm.stat.regression.linear.glm with parameters of type GLMResiduals Constructor Description GLMBeta(GLMFitting fitting, GLMResiduals residuals)Construct an instance ofBeta. -
Uses of GLMResiduals in dev.nm.stat.regression.linear.glm.quasi
Subclasses of GLMResiduals in dev.nm.stat.regression.linear.glm.quasi Modifier and Type Class Description classQuasiGLMResidualsResidual analysis of the results of a quasi Generalized Linear Model regression.Constructors in dev.nm.stat.regression.linear.glm.quasi with parameters of type GLMResiduals Constructor Description QuasiGLMBeta(QuasiGLMNewtonRaphson fitting, GLMResiduals residuals)Construct an instance ofBeta.
-