This report analyzes patient survey data (HCAHPS) using RStudio, focusing on data transformation and descriptive statistics. The study investigates the distribution of inpatient stay ratings, addressing skewness through log, square root, and cube root transformations. Descriptive statistics and visualizations are used to assess the data before and after transformation. The analysis also addresses missing data, comparing results with and without handling missing values, particularly in a subset of data from Rhode Island. The report explores the impact of different transformations on data characteristics and interpretation, providing insights into the inpatient experience and the importance of data distribution analysis. The R code used for the analysis is also provided in the appendix.