I am trying to do a survival analysis on R. I installed survival, survminer, and dplyr functions. Then I run library(survival) and library(survminer). After executing the command I found this
Loading required package: ggplot2 Need help getting started? Try the R Graphics Cookbook: https://r-graphics.org Loading required package: ggpubr Error: package or namespace load failed for ‘survminer’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘KMsurv’
Is there anyone who help me?
I have tried to install the packages that were showing an error. Finally, it says Try the R Graphics Cookbook: https://r-graphics.org.
Fixing the problem and analyse my data