-
***By SEA-SIG representatives: Nick Souter (University of Sussex), Niall Duncan (Taipei Medical University), Nikhil Bhagwat (McGill University), Polona Kalc (Jena University Hospital)***
***Recordi…
-
Some utility functions for LO have unit tests (mod assignment, auto mods) but the main process loop doesn't. It'd be good to have tests for that to assert qualities about the output - right now we cou…
-
I am using markdoc on my course where we learn statistical research methods using Stata. As a part of the course, the students produce a do-file that answers a research question that I give the studen…
-
I've been looking at Durbin and Koopman's smoothing algorithm (page 17 of [this PDF](https://www.kevinsheppard.com/images/2/23/Kalman_durbin_koopman.pdf)) as a way to avoid repeatedly inverting the s…
-
### Primary stage
After estimating equivalent forms of statistical models against the data from individual longitudinal studies participating in the current CAR workshop, model outputs (stored in `.o…
-
Hello,
I have recently started using STAGES with RNA-seq data. I did the statistical analysis previously with Rstudio and generated three csv files with p-values and ratios of three different compari…
-
As you can probably guess I am fighting a spurious memory leak in my (or 3rd party?) code, and the memory leak is only there during / after complicated multithreaded execution of an analysis routine (…
-
On my smoker systems:
```
# Failed test 'to /fake'
# at t/deferred.t line 82.
# '/fake?dpdid=85419182'
# doesn't match '(?^:^http://localhost/fake)'
# Failed test '…
-
Greetings! I wanted for some time to do data accessing and analysis on user-specific content, namely:
- Simple display of the last 50 battle records for all modes, which are already provided by Spl…
-
Here's a simple example of how to perform A/B testing in Python using user likes and dislikes as feedback:
### Step-by-Step Guide
1. **Install Required Libraries**
```python
!pip install…