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

Polytomous missing values #82

Merged
merged 13 commits into from
Dec 28, 2020
Merged

Polytomous missing values #82

merged 13 commits into from
Dec 28, 2020

Conversation

eribean
Copy link
Owner

@eribean eribean commented Dec 28, 2020

closes #30
Added missing response support to all functions. This is accomplished by tagging missing values with tag_missing_data.

For polytomous data use

valid_responses = [1, 2, 3, 4]
tagged_data = tag_missing_data(dataset, valid_responses)

For dichotomous data use

valid_responses = [0, 1]
tagged_data = tag_missing_data(dataset, valid_responses)

then call functions with tagged data.

@eribean eribean self-assigned this Dec 28, 2020
@eribean eribean merged commit f012d19 into master Dec 28, 2020
@eribean eribean deleted the polytomous_missing_values branch August 8, 2021 20:11
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

Successfully merging this pull request may close these issues.

Polytomous Missing Values Handling
1 participant