-
## Rubric Score
### Criteria 1: Presentation / Analysis Document
* _Score Level:_ 3 (Meets Expectations)
* _Comment(s):_ 4-5 requirements are met in the analysis document (pdf, overview slide, …
-
Add error estimates to the result.
-
RSAT `position-analysis` detects k-mers that present any type of positional heterogeneity by running, for each k-mer, a chi-squared homogeneity test on its profile of counts per positional windows com…
-
SS_Total and SS_Error look weird. Also we could not find a formulation of the test that uses these terms.
The following seems to be more common:
![image](https://user-images.githubusercontent.com/18…
-
I've been comparing CoxPH results for R's Survival and Lifelines, and I've noticed huge differences for the output of the test for proportionality when I use weights instead of repeated rows. The haza…
-
As discussed in the meeting,
I tried chi-square to compare if the two categorical variables are independent. I have tried gender vs all other categorical variables , also education level vs all oth…
-
### Description
"It can be hard or impossible to determine whether two SEM models may be nested. There is also no routine technology for evaluating whether two very different structural models may…
-
Does anyone have any idea where to start with this?
Head add-ons work as simple head components, but as soon as inheritance is applied, they don't work.
Replacing the head model on top of vanilla…
-
This is just a list of things I'm going to be either adding or improving in macana_plotter in the near future:
- [ ] Remove duplicate code between methods (save option code for instance).
- [ ] …
-
### Describe your issue.
As expected, the CDF of the chi-squared distribution is undefined for negative degrees of freedom.
```python3
from scipy import special
special.chdtr(-1, [-1, 1]) # array…