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

Better error message for mplot() #7

Open
garthtarr opened this issue Apr 5, 2024 · 0 comments
Open

Better error message for mplot() #7

garthtarr opened this issue Apr 5, 2024 · 0 comments
Assignees

Comments

@garthtarr
Copy link
Owner

When running the mplot() function it's common to forget to add the original fitted model object as the first argument, in which case you get this uninformative error:

> mplot(mm_vis)
Error in input_list[[j]] : subscript out of bounds

Need to add in a better error that tells the user that the first argument (mf = ...) needs to be a fitted model object.

@garthtarr garthtarr self-assigned this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant