-
Hi developers,
I am having trouble computing the confidence interval of glmmTMB models (using confint) whenever there is an AR1 covariance structure and random effect. Selecting any of the 3 given …
-
We observe the following model:
```
mod |z|)
(Intercept) 2.49686 0.06909 36.14 < 2e-16 ***
X -1.03854 0.03812 -27.24 < 2e-16 ***
ConditionB -0.19707 …
-
(I never heard about or looked at this)
stackoverflow question: http://stackoverflow.com/questions/41488795/what-is-the-proper-way-to-perform-latent-class-analysis-in-python
some information in …
-
Hi,
I was testing the example code for univariate model with non-sampled data. Below is the code I ran:
_data(datasaeu.ns)
Fo = y ~ x1 + x2
vardir = "vardir"
MSE.ns3
-
I need to perform a Poisson regression on data with around 80,000 dummy variables used to capture two different fixed effects parameters in the model, but get a memory error when trying to do so.
T…
-
For logistic regression, the rope range is a function of 3/sqrt(pi), as this is the sd of the logistic distribution (on the latent scale).
However, this is the _conditional_ sd, which is akin to sigm…
-
@ampiccinin @GracielaMuniz @wibeasley @smhofer @Maleeha
## Context for the meeting:
- slides for todays meeting: [Analytic Strategy development](https://rawgit.com/IALSA/IALSA-2015-Portland/623aba37c…
-
- [x] dof_residual(model::RegressionModel)
- [x] fitted(model::RegressionModel)
- [x] modelmatrix(model::RegressionModel)
- [x] predict(model::RegressionModel)
- [x] residuals(model::RegressionMod…
-
![ldpred2_auto_chain_convergence](https://user-images.githubusercontent.com/128096956/231568818-6b8a0868-3fad-4374-8e2f-1dadd554e296.png)
Dear Author,
I have been using LDpred2-auto for my analyse…
-
Like here for glmmadaptive:
https://github.com/drizopoulos/GLMMadaptive/blob/master/R/methods.R#L507
Nice to have for lme4 and glmmTMB as well.
Might fit into this pkg?