-
## STR
1. Make fake data
```python
def random_date():
"""Sketchy random date generator"""
return datetime.date(np.random.randint(2016, 2018), np.random.randint(1, 12), np.random.randi…
-
O love this package. It is very helpful with the preparation for mixed models analysis and also with cross-validation. It would be great if we could also balance nested data by downsampling or upsampl…
-
We need contributors to work on Chapter 12
-
--------
Issue Description
--------
##### What did you expect to see happen?
When a multiple layer optimization is performed, I would like to have the possibility to hold the outcome of a model (i…
alfoa updated
7 years ago
-
We should think about implementing spatial correlations similar to the correlation structures that can be modeled with nlme.
-
The documentation suggests that only multi-level models are supported, but when I tried a single-level models it seems to work just fine. Hence my question: are single-level models supported? If yes…
-
Look into the diagrammeR package for parsing models and building model diagrams dynamically.
-
@strengejacke Hi, I am a novice of R. These days I am using your package "sjPlot" and I find it is really useful. It improves my efficiency to obtain the results from analyses in R, especially when I …
-
When estimating parameter means using `spread_samples` and `mean_qi` I find that I get different results compared to the base `brms` functions.
Considering that the estimates should be calculated …
-
Hello everyone,
TL;DR: We have redesigned GPflow: modified some method protocols, added new capabilities and features. We'd like to get your feedback and collect your requests and cases, especially…