In Stata 9, for sts graph, I'd like to have the entire graph,both graphregion and plot region, have no shading. I've tried thefollowing, with no change in fill coloring: sysuse cancer, clear stset studytime sts graph, graphregion(style(none)) sts graph, graphregion(fcolor(none)) st...
Stata provides two graphical methods to assess the proportional hazards assumption (1) graphing the cumulative hazards on a log scale using -sts graph, na yscale(log) or (2) using the stphplot command. Although the point estimates are derived in different ways these two methods are equivalent...
It would take 2 lines of code: #include s2color color background white Save as -scheme-whitebg.scheme and then: -sts graph, scheme(whitebg)- Scott On Fri, Dec 18, 2009 at 2:23 PM, Michael McCulloch <mm@pinestreetfoundation.org> wrote: > Hello, > In Stata 9, for sts graph, I'...
To Statalist <statalist@hsphsun2.harvard.edu> Subject st: sts graph: customizing -legend- option of -sts graph- Date Tue, 9 Sep 2008 14:43:37 -0700Hello, I've created a KM plot comparing two troups, and have used the -legend- option. Note in the 1st graph example that they're ...
The latter number is the right one, since it corresponds to the total number of subjects in the analysis, as shown in the results of -stset-. I've searched the statalist archives, the Stata FAQ, the Stata manual entry for sts graph, and googled "Stata risktable atrisk", but I ...
Dear Statalisters, I am performing some exploratory analyses in an stsetted dataset using Stata 11.2 for Mac. As part of a loop, I coded the following: -- start code -- sts test `x', logrank sts graph, by(`x') tmax(60) graph save `x', replace -- end code -- My local `x...
To statalist@hsphsun2.harvard.edu Subject Re: st: sts graph: setting line style with multiple groups Date Sun, 21 Nov 2010 22:52:46 -0800Thank you Scott, I has misunderstood the help file to say that a "formula" was more than one line specification in a group. Thanks for pointing ...
Stata Journal 2: 140–150. Wilcoxon, F. 1945. Individual comparisons by ranking methods. Biometrics 1: 80–83. https://doi.org/10.2307/3001968. sts test — Test equality of survivor functions 17 Also see [ST] stcox — Cox proportional hazards model [ST] sts — Generate, graph, list,...
Dear Statalist members, I'm creating a Kaplan-Meier graph, and also performing the log-rank test of equality, for example: sysuse cancer.dta, clear stset studytime drop if drug==3 sts graph, by(drug) risktable sts test drug My question: is it possible to display the results of the ...
sts generate — Create variables containing survivor and related functions 3 Remarks and examples stata.com sts generate is a seldom-used command that gives you access to the calculations listed by sts list and graphed by sts graph. Use of this command is demonstrated in [ST] sts. Methods ...