This document describes a study that uses logistic regression to analyze survival data from the Titanic disaster and predict which passengers were most likely to survive. The study uses a publicly available dataset from Kaggle to train logistic regression and other machine learning models. Data preprocessing is applied to handle missing values. The logistic regression model achieves 95% accuracy according to the confusion matrix analysis. The study concludes that logistic regression is well-suited for problems with a binary dependent variable like survival data.