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

Nested iteration/looping #5

Open
DSHerzberg opened this issue Jan 15, 2019 · 1 comment
Open

Nested iteration/looping #5

DSHerzberg opened this issue Jan 15, 2019 · 1 comment

Comments

@DSHerzberg
Copy link

You have a set of tests: A, B, C, D
Each test has subscales: X, Y, Z
At each level of test, you want to score all subscales, so
A: X, Y, Z
B: X, Y, Z
. . . and so on
Jenny suggested that instead of thinking of this as an iteration problem, it's best to wrangle the data so that the two columns test, subscale are unnested into a single column

@jennybc
Copy link
Member

jennybc commented Jan 15, 2019

I'll ponder if this can be worked into the purrr session, but it would probably going zero to sixty too fast. Thinking on 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

2 participants