use r and the birddata attached for the following problems
1. (24 points) Use R and the BirdData.csv for the following problems. Thirteen numeric predictors are used to predict the “Status†binary variable. Use R to perform the following calculations:
a) Delete any missing data (this means any data points that have “N/A” in the cell. Delete that whole data point as it’s not complete)
b) Build a multiple logistic regression model for the purposes of predicting whether the status is 0 or 1. Print the summary results. (10 points)
c) Which variables do not appear to be significant predictors? How can you tell? (10 points)
I included a zip file of the data, but if you need it converted to something else, please let me know and I can do that.
**Include all R code and copy and paste the outputs to the corresponding question**

