I read the data as follows:
sdata3 <- read_csv("F:/Model Development/Machine learning/Random Forest_Survival/sdata3.csv")
Now when I type the following code, I always get the message that data not found. Any help?
data(sdata3, package = "survival")
Warning message:
In data(sdata3, package = "survival") :
data set ‘sdata3’ not found