Saturday, January 4, 2014

Data and Questions: regression with factor variables

I was taking the Data Analysis course by Jeff Leek on CourseEra.org. The video ' Regression with Factor Variables' was very useful to me. However, I am a Matlab guy and don't like R very much. So I did all the analysis in Matlab. The code is published here:

http://matlabnewbie.blogspot.com/2014/01/matlab-code-regression-with-factor.html

and here's the video.


1 comment:

Any comments?

my-alpine and docker-compose.yml

 ``` version: '1' services:     man:       build: .       image: my-alpine:latest   ```  Dockerfile: ``` FROM alpine:latest ENV PYTH...