Hi,
I am engaged in a college project in R which is all about the application of logistic regression.
Whatever the data set was given to me , I found out that there are lot blank spaces present and so for this I converted all the blank spaces to NA and after applying glm I found out that the output is not showing correctly as there are missing values in the dataset.
I have applied na.omit() in R to delete the NA values but as I am doing this all columns and rows are getting deleted. I want only na to get deleted in the cells where na values are present.
If anyone can help me out regarding above facts it will be nice help for me to accomplish my project work and also if other information is required please let me know.
Regards
Saikat