`state.x77` is a `R` built-in data set.To read the data `state.x77` , i only write `state.x77` in the `R console` and the data set comes immediately.
Now i have to read the data `veteran` from package `survival`. But if i write
How can i read the data `veteran` from package `survival`?
Now i have to read the data `veteran` from package `survival`. But if i write
Code:
veteran
Error:object veteran not found.