mshafieek / ADS-Missing-data-social-network

ADS master thesis
MIT License
0 stars 1 forks source link

Missing data #2

Closed LisanneLageweg closed 1 year ago

LisanneLageweg commented 1 year ago

Hello,

I have now made a part of the data missing using MCAR and MAR. But now I wonder, since I have the topic sender, is it intended that only the sender column has missing values? Or should all columns have missing values?

gerkovink commented 1 year ago

Only the sender should have missing data.

gerkovink commented 1 year ago

Also, don't forget to check the generated missingness with mice::md.pattern() or ggmice::plot_pattern()

gerkovink commented 1 year ago

See also #4 for an illustration of the missing data pattern with mice::md.pattern() after mice::ampute()

gerkovink commented 1 year ago

Closing as this is solved