Machine Learning Meetup Notes: 2010-11-03
Jump to navigation
Jump to search
Slides
[edit | edit source]Setup instructions
[edit | edit source]Install R
[edit | edit source]- Download a precompiled binary from http://cran.r-project.org/
Download the example code
[edit | edit source]- mkdir ~/glm; cd ~/glm; wget http://www.thomaslotze.com/glm.zip; unzip glm.zip
Code examples
[edit | edit source]Run the logistic GLM example
[edit | edit source]- R CMD BATCH ~/glm/binomial_example.r