Replies: 1 comment
-
Hello everyone, I wanted to let you know that I've successfully achieved my goal by directly using the gePar0() function, instead of the approach shown in the code above which involves using both gePar0() and geParDM() functions. If there's a better method out there, please feel free to share it with me. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description:
Hello,
I hope everyone's doing well. I encountered a problem while using the getParDM function and would appreciate some guidance on resolving it.
Problem Description:
When attempting to incorporate the ID (individual level effects) into the design matrix of the length data stream which follows a gamma distribution, an error message consistently pops up indicating that the parameters must have identical bounds. I'm uncertain about the appropriate steps to rectify this situation.
Context:
It's worth mentioning that I've initialized zero mass parameters for the
length
parameter. I suspect that this specific configuration might be contributing to the reported error.Request:
Could someone please provide insights or suggestions on how to address this issue? Any help would be greatly appreciated.
Thank you!
Additional Information:
Error: Error in getParDM.default(data = Data, nbStates = 2, dist = dist, :
sorry, getParDM requires the parameters for length to have identical bounds when covariates are included in the design matrix
Beta Was this translation helpful? Give feedback.
All reactions