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
Via Stephanie Leonard, if there is a single variable in our X we get an error:
Error: invalid 'type' (list) of argument
We should 1) give a warning or error when a single variable is used, and eventually 2) support a single X variable (for consistency).
We also should check if X is a vector, and if so convert to a dataframe or matrix.
The text was updated successfully, but these errors were encountered:
ck37
No branches or pull requests
Via Stephanie Leonard, if there is a single variable in our X we get an error:
Error: invalid 'type' (list) of argument
We should 1) give a warning or error when a single variable is used, and eventually 2) support a single X variable (for consistency).
We also should check if X is a vector, and if so convert to a dataframe or matrix.
The text was updated successfully, but these errors were encountered: