Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treatment of censored data #19

Open
gvegayon opened this issue Sep 25, 2017 · 0 comments
Open

Treatment of censored data #19

gvegayon opened this issue Sep 25, 2017 · 0 comments
Assignees

Comments

@gvegayon
Copy link
Member

The problem

In the case of left-censored data, several statistical analysis and visualization methods depend on how do we treat those observations:

  1. Threshold levels may not be computed for left-censored data, since when doing so we are assuming that the exposure levels by the time they adopted were exactly those that we observed in the first time we observe them.

  2. Visualizing the diffusion process. Currently, we are considering individuals with toa = 1 as adopters in that time point, so individuals that actually adopted earlier should be represented with other colors in plot_diffnet and plot_diffnet2.

  3. In regression analysis, we cannot use observations of individuals that adopted in time 1 if the data is censored.

Currently, netdiffuseR has no way of specifying this. To build diffnet objects the user must provide a time of adoption, and what traditionally is done is just set left-censored as adopters in the firts wave of data.

@gvegayon gvegayon self-assigned this Sep 25, 2017
@gvegayon gvegayon added the stats label Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant