Hi Wilfred, great video. How do you determine the types of missingness of data in STATA. Is there a STATA command that tells you whether missing data is MCAR, MAR or MNAR?
@IjazAhmad-kh3hy11 ай бұрын
Hi Wilfred, thank you for the video. But you have described how the process applies to panel data.
@yystyxx Жыл бұрын
Great video! Thank you!
@paulsiekisa Жыл бұрын
Nice tutorial buddy keep it up
@wilfred.theanalyst Жыл бұрын
Thank you so much
@RazackBlé-j7iАй бұрын
Bonjour. Merci bien pour la vidéo. Comment installer le package how_many_imputation. J'ai essayé ce code" ssc how_many_imputation" mais cela s’affiche error
@Islam101_Uganda8 ай бұрын
Thanks for the video. Why haven't you first found out if the data is MCAR, MAR or MNAR?
@panagiotatsagkali2 Жыл бұрын
great video, thank you! what can someone do if they want to select for example the GDP growth of a specific country while having more than one country?
@wilfred.theanalyst Жыл бұрын
You can just filter so as to have cros-section data instead of panel/longtitudinal data.If you need help I can demonstrate via zoom meeting.
@panagiotatsagkali2 Жыл бұрын
@@wilfred.theanalyst Thank you so much, I've found it :)
@wilfred.theanalyst Жыл бұрын
@@panagiotatsagkali2 You're welcome
@honorab.akodegnondjidonou3692 Жыл бұрын
@@wilfred.theanalyst wilfred thank for your video, I need help gen No_Alldeath_mean= mean(No_Alldeath) but my said unknown function mean() what can I do
@wilfred.theanalyst Жыл бұрын
@@honorab.akodegnondjidonou3692 Sorry, unfortunately 'mean( )' function in Stata is used to calculate the mean of a variable withinn a dataset i.e mean(No_ALLDEATH) ,but it cannot be directly used to create a new variable. However, based on the above you can use this command and it will give you a new column with the mean 'egen No_Alldeath=mean(No_ALLDEATH) '
@AbdullahiMohamedAli-f3d Жыл бұрын
Thank you sir for this video. How do we deal if its a missing categorical variable?
@wilfred.theanalyst Жыл бұрын
Sorry for categorical variables I haven't posted the video yet but there is a special way on how to handle them.
@christineakello5143 Жыл бұрын
Hi Wilfred, do you do private tutorials?
@wilfred.theanalyst Жыл бұрын
Yes I do have private tutorials. Reach me via email: inferdatalytics.consultancy@gmail.com
@atifdai313 Жыл бұрын
Dear Wilfred...........The file Missing_PanelData is not opening in stata.Please update this file in stata as well as in excel.
@wilfred.theanalyst Жыл бұрын
Hi,the file is up to date.Kindly download it first then open it.Its working 100% .Cheers!
@atifdai313 Жыл бұрын
@@wilfred.theanalyst GREAT
@atifdai313 Жыл бұрын
@@wilfred.theanalyst Everything is fine but how_many_imputations is showing an error..........showing the following results. Fraction of missing information (95% CI): . ( ., .) Imputations in pilot: . Imputations needed: . Imputations to add: 0