We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x = y = z = c(rnorm(20), NA) set.seed(42) mydf <- cbind(group = rep(letters[1:3], 4), setNames(as.data.frame(replicate(c(rnorm(11), NA), n = 3)), letters[24:26])) mydf$bgroup <- rep(letters[1:3], 4) reveal(mydf, by = c("group", "bgroup"))
Error in value[[jvseq[[jjj]]]] : subscript out of bounds
The text was updated successfully, but these errors were encountered:
Fixed - problem was not dropping unused interactions levels
Sorry, something went wrong.
issue #13 fix
02f94bf
No branches or pull requests
The text was updated successfully, but these errors were encountered: