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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!