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

Introduce 3 types of missing values altogether using produce_na() #3

Open
redfish9 opened this issue Feb 5, 2023 · 0 comments
Open

Comments

@redfish9
Copy link

redfish9 commented Feb 5, 2023

To Introduce 3 types of missing values altogether using produce_na(), the possible solution I came up with is calling this func 3 times and parsing 'MCAR', 'MAR' and 'MNAR' in a row.

Therefore, I wonder whether the final missing rate will be the sum of the three (e.g., 0.2 + 0.2 + 0.2 = 0.6) ?

Also, is there any better approach you may generously offer? Really appreaciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant