Hallo
I have little experience with Stata and are now faced with a stastistical/coding problem due the design of my study.
In a hospital setting, I am exploring all contacts to the hospital before-and-after an Intervention was implemented on number of admissions (among other things).
Because data is at contact level, the same patient may enter the before periode more than once and also, the same patients may enter both the before and after period. However the majority of patients do not appear more than once.
In other words, data are partially paired both wthin and between periods - leaving me confused about which tests and methods to use.
Data are non-normalised distrubed.
Is robust standard errors the solution ?
logit prepost admissions, vce(cluster id)
Or do I need to cluster the data into means/median for each patients in the before and after period. This way I only have an overlap of individuel patients between periods (not within periods) of 7,5%.
Your help is much appreciated
Cathrine
I have little experience with Stata and are now faced with a stastistical/coding problem due the design of my study.
In a hospital setting, I am exploring all contacts to the hospital before-and-after an Intervention was implemented on number of admissions (among other things).
Because data is at contact level, the same patient may enter the before periode more than once and also, the same patients may enter both the before and after period. However the majority of patients do not appear more than once.
In other words, data are partially paired both wthin and between periods - leaving me confused about which tests and methods to use.
Data are non-normalised distrubed.
Is robust standard errors the solution ?
logit prepost admissions, vce(cluster id)
Or do I need to cluster the data into means/median for each patients in the before and after period. This way I only have an overlap of individuel patients between periods (not within periods) of 7,5%.
Your help is much appreciated
Cathrine
Comment