Visualizing Logistic GAMs

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Noam Ross

Senior Research Scientist, EcoHealth Alliance

Transforming scales

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Log-odds plots

plot(binom_mod)

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Converting partial effects

plot(binom_mod, pages = 1, trans = plogis)

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Converting partial effects (2)

plot(binom_mod, pages = 1, trans = plogis)

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Adding an intercept

plot(binom_mod, pages = 1, trans = plogis,
     shift = coef(binom_mod)[1])

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Adding an intercept (2)

plot(binom_mod, pages = 1, trans = plogis,
     shift = coef(binom_mod)[1])

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Incorporating intercept uncertainty

plot(binom_mod, pages = 1, trans = plogis,
     shift = coef(binom_mod)[1],
     seWithMean = TRUE)

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Improving the plot

plot(binom_mod, pages = 1, trans = plogis, shift = coef(binom_mod)[1],
     seWithMean = TRUE, rug = FALSE, shade = TRUE, 
     shade.col = "lightgreen", col = "purple")

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Let's practice!

R ile Genelleştirilmiş Katkılı Modeller (GAM'ler) ile Doğrusal Olmayan Modelle

Preparing Video For Download...