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
I’m running into an error when I run even this simple code:
perm_controls = c( 'Corp. characteristics' = 'sex' )
stability_plot(data = data, lhs = 'total_questions', rhs = 'enop', perm = perm_controls)
Error in apply(grid.[, 1:length(base_perm)], 1, function(x) paste(base_perm[names(base_perm)[which(x == : dim(X) must have a positive length
Any idea why?
dat.csv
Thank you very much!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I’m running into an error when I run even this simple code:
perm_controls = c(
'Corp. characteristics' = 'sex'
)
stability_plot(data = data,
lhs = 'total_questions',
rhs = 'enop',
perm = perm_controls)
Error in apply(grid.[, 1:length(base_perm)], 1, function(x) paste(base_perm[names(base_perm)[which(x == :
dim(X) must have a positive length
Any idea why?
dat.csv
Thank you very much!
The text was updated successfully, but these errors were encountered: