Week 8 19321347

Week 8 Assignment – 100 points
Objective: Using Logistic Regression to handle a binary outcome.
Given the prostate cancer dataset, in which biopsy results are given for 97 men:
• You are to predict tumor spread in this dataset of 97 men who had undergone a biopsy.
• The measures to be used for prediction are: age, lbph, lcp, gleason, and lpsa. This implies that binary dependent variable of lcavol will be the outcome variable.
We start by loading the appropriate libraries in R: ROCR, ggplot2, and aod packages as follows:
> install.packages(“ROCR”) > install.packages(“ggplot2”) > install.packages(“aod”) > library(ROCR) > library(ggplot2) > library(aod) Next, we load the csv file and check the statistical properties of the csv File as follow:
> setwd(“C:/RData”) # your working directory
> tumor <- read.csv(“prostate.csv”) # loading the file
> str(tumor) # check the properties of the file
. . . continue from here!
Reference
R Documentation (2016). Prostate cancer data. Retrieved from http://rafalab.github.io/pages/649/prostate.html
 
“Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!”

What Students Are Saying About Us

.......... Customer ID: 12*** | Rating: ⭐⭐⭐⭐⭐
"Honestly, I was afraid to send my paper to you, but splendidwritings.com proved they are a trustworthy service. My essay was done in less than a day, and I received a brilliant piece. I didn’t even believe it was my essay at first 🙂 Great job, thank you!"

.......... Customer ID: 14***| Rating: ⭐⭐⭐⭐⭐
"The company has some nice prices and good content. I ordered a term paper here and got a very good one. I'll keep ordering from this website."

"Order a Custom Paper on Similar Assignment! No Plagiarism! Enjoy 20% Discount"