This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#File created 1/31/13 | |
#contains R code to | |
#-read in Kaggle Competition Titanic Data csv file | |
#-create a simple logistic regression model | |
#-make predictions on training and test data | |
#-write out test predictions to csv file | |
# | |
#Replace the <your path here> with the full path to your copy of train and test csv files. | |
################################################################################### |