-
Although the wording in the warning for mixed models is true - that the uncertenyl in the SEs does not reflect the uncertenyl in the estimated random effects (intercepts / slopes), setting `re.form=NA…
-
Recently, I used this package to deal with the linear mixed effects model, however, I have got a problem as follows.
```
library(Matrix)
library(lme4)
fit
-
Hi Etienne
Really liked the paper alongside which this R package was published. I recently published an R package, nls.multstart, to fit non-linear regression using `minpack::nlsLM()` that allows m…
-
Is there a way to change the beta value to an odds ratio for a logistic regression? (exponentiate=T)
-
currently we have wald tests for mmrm, and I wonder if we should include likelihood tests too.
The implementation should be similar to `lmertestr`
```{r}
a
-
var model:
### factors:
#### usa:
* real gdp - (GDP/CPI)
* inflation ln(CPI)
* exchange rate - ln(esch )
* short rate ln(1+R/100)
* long rate ln(1+R/100)
* stock rate (Index/CPI)?
…
-
This issue originated from a meeting between me, @agahkarakuzu, @matteomancini, and @stikov, which we're moving here so that anyone can get involved with the discussion.
The idea is to identify if …
-
# Graphics
Here, the term entity is used as in Entity Component Systems.
## Who should initiate rendering sprites/effects
Currently, utilizing the Entity Component System, specific entities a…
bbodi updated
5 years ago
-
Formulaic is a rewrite of patsy that has been designed for more extensibility. It already has features that patsy doesn't such as sparse array support. Should consider moving to this when it is a bit…
-
hi!
I just wanted to report a memory usage issue when calling `get_variance` with a linear mixed effects models. I'm new to R and mixed effects models in general, so sorry if something doesn't make…