-
As of 0.1.0, this extension relies on replacing user-provided audio streams with `SteamAudioStream`s that hijack the raw audio as it is is being mixed and apply SteamAudio effects over it. This works …
-
It seems EAX emulation via OpenAL Soft is pretty good at this point and DSOAL works well for games that use DirectSound, so I wondered if it's possibly to add A3D (v1.0/2.0/3.0) support to OpenAL Soft…
-
Dear authors,
thank you so much for your great package and all the help on the issues page!
I am relatively new to R and programming overall, so I hope I am providing all the relevant informat…
-
Hello MUSCAT people,
I hope my message finds you fine. I have an inquiry regarding the mixed-effects models implemented using mmDS function in MUSCAT. As I understood from your paper and the packa…
-
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…
-
I'm going to find the correlation between the contribution of each type and the 'score'. So I use the proportion of each type as X, the score as Y. I have 150 types and obviously each sample has: x1+x…
-
What do we want? Can we have a consistent policy, including linear MixedLM?
(Issue created while looking at #2382 )
- specification tests together with other mixed models,
LR, LM test, possible pro…
-
Hi,
Thank you for developing this great package. I'm wondering whether it is suitable to run nebula on pseudobulk data derived from scRNA-seq data? Many thanks!
Best,
Rui
-
Here is a minimal example that demonstrates the problem:
```
import Control.Carrier.Accum.Strict
import Control.Carrier.Lift
import Data.Monoid (Sum (..))
addOne :: (Has (Accum (Sum Integer)) s…
-
I'm trying to fit a model for an example in a data package I'm working on using glmmTMB, but I'm running into convergence issues. However, the same model converges just fine with both `nlme::lme()` an…