Uses of Class
dev.nm.stat.regression.linear.LMBeta
-
-
Uses of LMBeta in dev.nm.stat.regression.linear
Methods in dev.nm.stat.regression.linear that return LMBeta Modifier and Type Method Description LMBeta
LinearModel. beta()
Gets \(\hat{\beta}\) and statistics. -
Uses of LMBeta in dev.nm.stat.regression.linear.glm
Subclasses of LMBeta in dev.nm.stat.regression.linear.glm Modifier and Type Class Description class
GLMBeta
This is the estimate of beta, β^, in a Generalized Linear Model. -
Uses of LMBeta in dev.nm.stat.regression.linear.glm.quasi
Subclasses of LMBeta in dev.nm.stat.regression.linear.glm.quasi Modifier and Type Class Description class
QuasiGLMBeta
This is the estimate of beta, β^, in a quasi Generalized Linear Model, i.e., a GLM with a quasi-family of distributions. -
Uses of LMBeta in dev.nm.stat.regression.linear.lasso
Methods in dev.nm.stat.regression.linear.lasso that return LMBeta Modifier and Type Method Description LMBeta
ConstrainedLASSObyLARS. beta()
LMBeta
ConstrainedLASSObyQP. beta()
LMBeta
UnconstrainedLASSObyCoordinateDescent. beta()
LMBeta
UnconstrainedLASSObyQP. beta()
-
Uses of LMBeta in dev.nm.stat.regression.linear.logistic
Subclasses of LMBeta in dev.nm.stat.regression.linear.logistic Modifier and Type Class Description class
LogisticBeta
Beta coefficient estimator, β^, of a logistic regression model. -
Uses of LMBeta in dev.nm.stat.regression.linear.ols
Subclasses of LMBeta in dev.nm.stat.regression.linear.ols Modifier and Type Class Description class
OLSBeta
Beta coefficient estimator, β^, of an Ordinary Least Square linear regression model.
-