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

prevent extract() working with numeric variables #49

Closed
philmikejones opened this issue Jun 25, 2017 · 1 comment
Closed

prevent extract() working with numeric variables #49

philmikejones opened this issue Jun 25, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@philmikejones
Copy link
Owner

extract creates a variable for each unique level of each variable in in the input individual-level data set (inds). If one of these variables is numeric it will almost certainly have a huge number of unique levels, especially for double().

Add a test to extract() so that it won't continue and output if it finds any numeric variables in the inds data set.

@philmikejones philmikejones modified the milestone: v0.1.3 Jun 25, 2017
@philmikejones philmikejones self-assigned this Jun 25, 2017
@philmikejones philmikejones modified the milestones: v0.1.2, v0.1.3 Jun 25, 2017
@philmikejones
Copy link
Owner Author

Closed in #50

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

No branches or pull requests

1 participant