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
Using lagged instrumental variable for lagged endogeneous variableDear Statalist members, I am trying to use IV model with panel data (xtivreg) along with fixed effe…
Using lagged instrumental variables for lagged endogenous variablesDear Statalist members, I am trying to use IV model with panel data (xtivreg) along with fixed effe…
How to interpret coefficient of SMB for small and big dependent portfoliosI have six portfolios based on size-bm ratio following FF (1993) methodology these are SL, SN, SH, B…
moving average/tsgenHi All, I have a monthly panel data for which I want to get the average of x variable from the last…
Stata and Mata give different results for OLSI am confused why Stata OLS and Mata would give me different results, rather one of them is incorrec…
Subscribe to:
Post Comments (Atom)
0 Response to Original data source for colon.dta in strs
Post a Comment