using logistic regression to handle a binary outcome

unit 2 assignment 16
April 10, 2023
write an argument essay 4
April 10, 2023

using logistic regression to handle a binary outcome

Q1: In assessing the predictive power of categorical predictors of a binary outcome,

should logistic regression be used?

Q2: 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

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.