-
We are adding a mode for quantile regression but have one engine that already enables such prediction (using the censored regression mode).
We should allow that but make some adjustments to harmon…
-
- Create a markdown document showing all pre-registered analyses and results.
- For plots, contrast the simulation results to the actual data.
This will form the structure of the final results sec…
-
I'd like to propose a few changes to our Formula/ModelMatrix interface:
- Make it possible to generate a model matrix in which observations are columns in addition to the current implementation in whi…
-
Support for censored response data would be useful. The likelihood for the censored data points gets replaced by Pr(a
-
Inputs
- [x] Annotation Column containing batch information
- [x] Secondary test annotation column to confirm batch correction won't confound test variables
- [x] threshold for colinearity test
…
-
Develop `gen_additive_mod()` algorithm with modes "regression" and "classification"
- Use `parsnip::linear_reg()` as an example.
- Linear Reg: https://github.com/tidymodels/parsnip/blob/maste…
-
## ❓ Questions/Help/Support
Hi, support teams.
This is my first time asking a question.
I believe the following code will load the checkpoints.
==================================================…
-
In Banff, Rune commented that he had a suite of convergence tests for GLMMs in the `ordinal` package. We should think about adapting/stealing these; also worth looking at the KKT criterion calculator…
-
Reproducible minimum example:
```python
import numpy as np
import pandas as pd
import statsmodels.api as sm
data = pd.DataFrame({'A': np.arange(10),
'B': ['a'] * 10,
…
-
As the the title states, I've noticed that Wet/Dry knob with every plugin effect has a range of -1 to 1. Is there a particular reason for this? Numerically, it makes more sense to have this parameter …