Hi, I have tried to start Kaplan-Meier plot with logscale at time -axis using several forms of stset commands or if-filters but time axis always start at zero so it means that values > 0 are usually at the right end and the plot looks awful. How to correct this?
Related Posts with In Stata 17.0 Kaplan-Meier graph with log scale in xaxis impossible due to start at zero, why?
inquire about rowtotal Code: gen s1 = x1+x2+x3+x4 replace s1 = 0 if s1 == . egen s2 = rowtotal(x*) assert s1==s2 Why it's …
looping over data filesHello Users, I have data of banks by id numbers. What I want to do is: (1) to merge 4 tables of one …
Continuous interaction termI am working on understanding youth unemployment and use four main independent variables in my analy…
regression panel data: OLS / GEEhello! I have a panel dataset on which I would like to perform a regression. my dependent variable …
ARIMA Modelling with Binary Independent VariableI am trying to fit an ARIMA model to my intervention analysis but when I use the syntax and add both…
Subscribe to:
Post Comments (Atom)
0 Response to In Stata 17.0 Kaplan-Meier graph with log scale in xaxis impossible due to start at zero, why?
Post a Comment