spark-instrumented-optimizer/R/pkg
Yanbo Liang 8c0e1b50e9 [SPARK-11494][ML][R] Expose R-like summary statistics in SparkR::glm for linear regression
Expose R-like summary statistics in SparkR::glm for linear regression, the output of ```summary``` like
```Java
$DevianceResiduals
 Min        Max
 -0.9509607 0.7291832

$Coefficients
                   Estimate   Std. Error t value   Pr(>|t|)
(Intercept)        1.6765     0.2353597  7.123139  4.456124e-11
Sepal_Length       0.3498801  0.04630128 7.556598  4.187317e-12
Species_versicolor -0.9833885 0.07207471 -13.64402 0
Species_virginica  -1.00751   0.09330565 -10.79796 0
```

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #9561 from yanboliang/spark-11494.
2015-11-09 08:56:22 -08:00
..
inst [SPARK-11494][ML][R] Expose R-like summary statistics in SparkR::glm for linear regression 2015-11-09 08:56:22 -08:00
R [SPARK-11494][ML][R] Expose R-like summary statistics in SparkR::glm for linear regression 2015-11-09 08:56:22 -08:00
src-native [SPARK-6811] Copy SparkR lib in make-distribution.sh 2015-05-23 00:04:01 -07:00
tests [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
.lintr [SPARK-8537] [SPARKR] Add a validation rule about the curly braces in SparkR to .lintr 2015-06-22 14:35:38 -07:00
DESCRIPTION [SPARK-10752] [SPARKR] Implement corr() and cov in DataFrameStatFunctions. 2015-10-07 09:46:37 -07:00
NAMESPACE [SPARK-11260][SPARKR] with() function support 2015-11-05 14:47:38 -08:00