python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why doesn't this survfit plot start at 100%
When I plot the survfit plot of data with two different censoring events, the overall plot (s0) doesnt start at time = 0, pstate = 100%, but jumps to 100% when the first cencoring event occurs.
Here ...
LittleLynx
Votes: 0
Answers: 1
Draw only 2 ellipses in PCA plot (instead of 20)
I have a PCA plot created with ggplot/ggfortify
and the function autoplot(), such as in this question: Change point colors and color of frame/ellipse around points
head(iris)
Sepal.Length Sepal.Width ...
Lieke
Votes: 0
Answers: 1
Error adding new curve to survival curve in ggplot?
I want to add a new line and confidence band to a survival analysis plot (Kaplan-Meier curve) created using autoplot from the ggfortify package.
However, I receive an error when using geom_ribbon but ...
max
Votes: 0
Answers: 1
attributes in autoplot() function do not do anything , R
I have a dataset with time, status ( 1=death, 0 = censored), treatement =1,2 .
I create my survival object km_2, I want to plot Kaplan-Meijer plot using autoplot(). I do not know what my mistake is bu...
Mathica
Votes: 0
Answers: 1