Skip to content
Snippets Groups Projects
Commit 6fcee906 authored by Narine Kokhlikyan's avatar Narine Kokhlikyan Committed by Shivaram Venkataraman
Browse files

[SPARK-10760] [SPARKR] SparkR glm: the documentation in examples - family argument is missing

Hi everyone,

Since the family argument is required for the glm function, the execution of:

model <- glm(Sepal_Length ~ Sepal_Width, df)

is failing.

I've fixed the documentation by adding the family argument and also added the summay(model) which will show the coefficients for the model.

Thanks,
Narine

Author: Narine Kokhlikyan <narine.kokhlikyan@gmail.com>

Closes #8870 from NarineK/sparkrml.
parent 92233881
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment