Uses of Class
dev.nm.stat.regression.linear.residualanalysis.LMDiagnostics
-
Packages that use LMDiagnostics Package Description dev.nm.stat.regression.linear.ols -
-
Uses of LMDiagnostics in dev.nm.stat.regression.linear.ols
Methods in dev.nm.stat.regression.linear.ols that return LMDiagnostics Modifier and Type Method Description LMDiagnostics
OLSRegression. diagnostics()
Gets the diagnostic measures of an OLS regression.
-