Hello, I've just started learning R recently for my studies at college and encountered some problems. When I tried to install the "survival" package, I got this message:
lib is unspecified
which I didn't pay much attention to at first, but once I started working, I couldn't seem to find the dataset "ovarian" attached in this package. This is what my code looks like:
> data (ovarian)
Warning message:
In data(ovarian) : data set 'ovarian' not found
I tried looking up the issue with "missing ovarian data set" but got no result. I'm afraid there may have been something wrong with the installation so I did it again, but it was just the same, and I'm worried my package maybe missing some important functions. Can someome help me with this?