-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Error using get_refmodel.brmsfit() with Gamma distribution: supplied argument name 'link' does not match 'x' #1255
Comments
Thank you! This should now be fixed on github. Can you double check that it now works as expected? |
Hi Paul, Thanks very much! That error code is now gone. Unfortunately, however, a new error has cropped up:
Here's that same test case again:
Perhaps you have insight on what might cause this error? I can of course send more information if necessary Thanks! |
@paul-buerkner Related to 753addf and this issue, you may also want to map |
@AlejandroCatalina, is it correct that the Gamma family is still experimental in projpred? In that case, I think projpred should throw a warning about this. @hsbadr: The negative binomial family is not supported yet by projpred, see, for example, the discussions at stan-dev/projpred#67 and stan-dev/projpred#70. |
Yes, it is not supported as such
Best,
Alex
…________________________________
From: Frank Weber ***@***.***>
Sent: Thursday, November 4, 2021 3:52:28 PM
To: paul-buerkner/brms ***@***.***>
Cc: Alejandro Catalina ***@***.***>; Mention ***@***.***>
Subject: Re: [paul-buerkner/brms] Error using get_refmodel.brmsfit() with Gamma distribution: supplied argument name 'link' does not match 'x' (Issue #1255)
@AlejandroCatalina<https://github.com/AlejandroCatalina>, is it correct that the Gamma family is still experimental in projpred? In that case, I think projpred should throw a warning about this.
@hsbadr<https://github.com/hsbadr>: The negative binomial family is not supported yet by projpred, see, for example, the discussions at stan-dev/projpred#67<stan-dev/projpred#67> and stan-dev/projpred#70<stan-dev/projpred#70>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1255 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABZ5FH2UF7B64ZMSLPRZ7GLUKKFZZANCNFSM5G7XTFVQ>.
|
I opened a corresponding issue at stan-dev/projpred#240. |
Hello,
I am getting an error when building a Gamma model with brm() and attempting to get the reference model from that object using the get_refmodel() instance for brmsfit objects. I believe this might be due to a small bug. Other distribution families seem to work fine.
Here's a test case for this issue:
I am on Windows 10, RStudio 1.3.1093, R 4.0.2, brms 2.16.1.
Let me know if you need any additional information!
Many thanks for your work with this package.
The text was updated successfully, but these errors were encountered: