Giter VIP home page Giter VIP logo

gam-resources's Introduction

Resources for Learning About and Using GAMs in R

In no particular order:

gam-resources's People

Contributors

noamross avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gam-resources's Issues

A couple typos

Hi, first of all, excellent slides and thank you for releasing them! I think I found a couple typos that you may want to fix. If you prefer, I can submit a PR if you add the .Rmd to the repo.

Page 18

gam(y ~ x1 + s(x2), # model formula
data=data, # your data
family = gaussian # or something more exotic
method = "REML") # how to pick λ

should be

gam(y ~ x1 + s(x2), # model formula
data=data, # your data
family = gaussian, # or something more exotic
method = "REML") # how to pick λ

Page 21
maybe not an error, but according to te help, the right way to write a functional ANOVA formula shouldn't be

y ~ ti(x1) + ti(x2) + ti(x1, x2)

rather than

y ~ te(x1) + te(x2) + ti(x1, x2)?

Page 41

The first response variable is category, but isn't the second response variable missing in both examples?


Don't get me wrong -- I know it's a presentation and not literate programming, so you're not expected to be able to run the code as it is, but I thought this would help make the presentation even more readable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.