Hello everyone,
I am facing a problem when making a plot in "R". I am generating a ROC curve, but in the graph I have been oberving that my "0.0" scale of of X-axis is far from "0.0" scale of Y-axis. I don't understand where is problem. I want to make the plot where "0.0" will start from the same point. I am giving you the example of what I found from R (Please check figure of R) and also what I want (Like figure drawn by GraphPad)
If anyone please help me to find the solution, I will be highly benefited. I am providing the script that I use.
# Install and load necessary packages
install.packages("pROC")
# install.packages("readxl")
library(pROC)
library(readxl)
# Read data from Excel file (replace with your file path)
data