Skip to content

Better error message for mplot() #7

Description

@garthtarr

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions