Question: This project is done in RStudio that has libraries you can import using the library() command Data: plasma in library HSAUR, (you can import this
This project is done in RStudio that has libraries you can import using the library() command
Data: plasma in library HSAUR, (you can import this by using the command library(HSAUR) )
Perform logistic regression on the given data set in an R script (not Rmd) using R library functions. Evaluate with the metrics indicated in details below. Your R script should also include at least 2 graphs and 4 R functions for data exploration.
- R script:
- train a logistic regression model on all the data, ESR~fibrinogen, using glm()
- print the coefficients of the model
- build the model from scratch in R
- make sure you get the same coefficients in each approach
- note that we are not doing test set evaluation on this data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
