-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
1. Description
- The documentation and functionality don't align with each other in GLMM models.
- No description or links to the acceptable methods for certain parameters.
- The alignment between the R class and the Python class is not clear.
2. Minimal reproducible example
Each issue above is described in detail below:
- Check the documentation on GLMM estimation method. The conf_method default is
waldin the method description butparametricin the parameter description. Moreover,ddf_methodis a parameter in the parameter description but not in the method description. - I want to use the
Markov chain Monte Carlo (MCMC)ornonparametric bootstrap confidence intervalsto get the CIs, if possible. Keyword argument to use for this seems to be theconf_method, however, accepted values ("wald", "normal", "residual", "ml1", "betwithin", "satterthwaite", "boot", "profile", or "uniroot") has no record of what they are in the documentation. I assumebootis fornonparametric bootstrap confidence intervals? Also, the default value for the conf_method seems to beparametricaccording to the summary report. But what doesparametricmean? Also, if I try to pass the valueparametricto theconf_method, it throws an error saying it is not an option, which is very weird given that the default isparametric. - I would also like to know which method is being used for the fitting. Are we using the
Laplace approximation? According to the R documentation, we can specifynAGQparameter to change the Laplace approximation to theGauss-Hermite approximation? Is it possible to do this in Pymer4?
3. Version
pymer4 version=0.9.2 build=2f5b405 channel=ejolly