Details
Description
In the current GLM module in R the `summary(model)` function call will only return the values of the coefficients however in the actual R GLM module, the function also returns the std. err, z score, p-value and confidence intervals for the coefficients as well as some model based statistics like R-squared values, AIC, BIC etc.
Another inspiration for adding these metrics can be using the format of python statsmodels package described here: http://statsmodels.sourceforge.net/devel/examples/notebooks/generated/formulas.html
Attachments
Issue Links
- duplicates
-
SPARK-11494 Expose R-like summary statistics in SparkR::glm for linear regression
- Resolved