Description Usage Arguments Value Author(s) Examples
Funkcja ta zwraca model glm w zależności od argumentu family
.
Funkcja ta działa z danymi z dataMtcars()
.
1 |
columns |
|
train |
|
family |
Dostępne rodziny: |
Funckja zwraca gotowy model glm() oparty na wybranej rodzinie.
Jakub Kopka
1 2 3 | columns = dataMtcars()$columns
train = dataMtcars()$train
glm = glmMtcars(columns, train, family="gamma")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.