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

extend factor versus character #51

Open
pitakakariki opened this issue Sep 8, 2016 · 2 comments
Open

extend factor versus character #51

pitakakariki opened this issue Sep 8, 2016 · 2 comments

Comments

@pitakakariki
Copy link
Owner

Should probably treat character variables as factors.

e.g. "a" "b" "c" should extend to "a" "b" "c" "d" "e" "f" not "1" "2" "3" "4" "5" "6".

@pitakakariki
Copy link
Owner Author

Related: #187

@pitakakariki
Copy link
Owner Author

Annoying if e.g. "a" "b" c" becomes "1" "2" ... "9" "10" since "9" sorts later than "10" giving weird output for powerCurve.

Should also change powerCurve output for character and factor to e.g. "number of ______" since generated extended labels aren't necessarily meaningful to the user.

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