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

Debug diagnostic in sim_core signals error when model uses index variables #370

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 7, 2022

  1. replace as.character with deparse, as per pull request rmcelreath#285

    Related pull request
    fix for issue with link not adding intercept for linear models
    rmcelreath#285
    
    I'm having trouble using sim with models that have index variables.  Some debug code is crashing, and I think this may fix it.
    rxg authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2c4dba4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    3cd570d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e270793 View commit details
    Browse the repository at this point in the history
  3. Use t to transpose

    rxg authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7874b77 View commit details
    Browse the repository at this point in the history