Hello! everyone,
I use "colon.dta" in strs to estimate relative survival in my job, but the difficulty is that I can't find the original data source of "colon.dta". I need to verify the original data source in my job.
So, anyone can help me or offer some clues?
Here is the code from the work of Paul W. Dickman, et al in my job:
•drop _all
•use "colon.dta"
•generate id=_n
•stset exit, origin(dx) failure(status==1 2) id(id) scale(365.24)
•generate long potfu = date("31/12/1995", "DMY")
•strs using "popmort.dta" if yydx < 1981, breaks(0(1)15) mergeby(_year sex _age) list(n d w cr_e1 cr_e2 cr_hak cns_pp) ederer1 potfu(potfu) pohar savgroup(fig1sex,replace)
I first found this database from "http://pauldickman.com/data/colon.dta", but it is obviously not the original data source. I believe the colon.dta should come from "https://cancerregistry.fi/information/" (Finnish Cancer Registry) or "https://www.stat.fi/index_en.html" (Finnish Statistic). However, I didn't find it. So I want to ask if anyone is familiar with the colon.dta or these websites?
Thanks very much!
reference:
Dickman PW, Coviello EJ. Estimating and modeling relative survival [J]. Stat J, 2015, 15(1): 186-215.
Related Posts with Original data source for colon.dta in strs
ESTAT PTRENDS with cross-sectional data without two pre-intervention time periodsHi to everyone, I am doing my computations for a study using DD estimation. After I carried our my …
Test difference between two groups (matched data). …
Adding Significance Stars to a Coefplot generated with MatricesDear Stata Forum, I am currently trying to add significance stars to a graph I generate via coefplot…
Do I still have to add 'i.' in front of variables that I want to use as dummies, but already encoded in 0 and 1 prior to import?Hello, I am very novice in stata, and struggling to get information but very difficult for current. …
Tables Esttab, estout for cvlassoDear all, I am running a cvlasso using sjlog in order to keep track of my commands with a log, but …
Subscribe to:
Post Comments (Atom)
0 Response to Original data source for colon.dta in strs
Post a Comment