Dear all,
I am conducting research on the impact of between radiation dose and incidence of diseases in radiation epidemiology.
To further explore this topic, I would like to utilize distributed lag models (DLMs) and distributed lag non-linear models (DLNMs), which are commonly used in environmental epidemiology.
The package 'dlnm' of the model in R software was created by Antonio Gasparrini (reference: Gasparrini A. Distributed Lag Linear and Non-Linear Models in R: The Package dlnm. J Stat Softw. 2011;43(8):1-20).
I am not familiar with R, so I have attempted to use the stata commands provided on the website below. However, the command is not functioning properly, and I am unable to find information about the command.
https://ideas.repec.org/p/boc/lsug22/09.html
https://www.stata.com/meeting/uk22/s...22_Tobias.pptx
Could you please advise on how to proceed in this situation?
Thank you for your time and for sharing your insights.
Ye Jin Bang
I am conducting research on the impact of between radiation dose and incidence of diseases in radiation epidemiology.
To further explore this topic, I would like to utilize distributed lag models (DLMs) and distributed lag non-linear models (DLNMs), which are commonly used in environmental epidemiology.
The package 'dlnm' of the model in R software was created by Antonio Gasparrini (reference: Gasparrini A. Distributed Lag Linear and Non-Linear Models in R: The Package dlnm. J Stat Softw. 2011;43(8):1-20).
I am not familiar with R, so I have attempted to use the stata commands provided on the website below. However, the command is not functioning properly, and I am unable to find information about the command.
https://ideas.repec.org/p/boc/lsug22/09.html
https://www.stata.com/meeting/uk22/s...22_Tobias.pptx
Code:
. ssc install crossbasis, replace
ssc install: "crossbasis" not found at SSC, type search crossbasis
(To find all packages at SSC that start with c, type ssc describe c)
r(601);
. findit crossbasis
no matches
(click here to return to the previous screen)
. adoupdate crossbasis, update
(note: adoupdate updates user-written files; type -update- to check for updates to official Stata)
(no packages match "crossbasis")
Thank you for your time and for sharing your insights.
Ye Jin Bang
Comment