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

make it so that information is variable values could be strings of names, not binary indicators #14

Open
ngiangre opened this issue Jan 4, 2019 · 0 comments

Comments

@ngiangre
Copy link
Owner

ngiangre commented Jan 4, 2019

This would entail indicating the variable containing the groups of interests, and knowing if it's binary or not.

If binary, can spread it out using pivot table

If multiclass, then the soln is tricky. It wouldn't be eligible for hypothesis_testing. Actually, the treatment and reference attributes are only used in hypothesis_testing. The object should be created even if not initially given.

Should I pivot all variables to create columns for each object in the columns? That's overkill. But maybe I should make a function for doing that, so then the treatment and reference could be adapted. This is a good idea: helper functions to spread and gather a list of variables in sample_groups.

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