-
rm_covsum should accept an argument indicating whether the maincov is ordered and, if so, perform tests for trends
-
Overall, this was a great project!
I won't have too much to say about your code, as you pretty much had no errors. All of your python code worked correctly towards accomplishing the various data s…
-
Hi,
I've run into an issue with converting UKBiobank summary stats due to the extremely small p-values that I have a crude fix for but was wondering if you guys had already solved in your analyses.
…
-
I compiled a summary of the effects of bred line and treatment on each of the basic (non time-series) variables in a powerpoint for Angela. It can be found using this MBox link:
https://umich.box.com…
-
Overall, this was a great project!
I won't have too much to say about your code, as all of your code was written cleanly and efficiently. All of your python code worked correctly towards accomplis…
-
Hi @AndriSignorell, when testing a one-sample variance against a hypothesized population variance in VarTest(), the confidence interval appears only for the sample variance but not the ratio of sample…
-
Hi CoVariants team!
As part of the Cambridge Festival @bethsampher & @JamesABaker (both at the Wellcome Genome Campus) ran a hackathon to spark ideas around making use of the large amount of sequen…
-
We had a use case at Argenta, where we worked with table of about 300 cols and ~2 mil. of rows.
There, the preprocessing took a lot of time and memory especially.
What we’d need is to find any dat…
-
Hi,
Sorry to bother with might be a basic question.
I am implementing a SEM model, which seems straightforward to me. Nevertheless the results are bit weird.
```
model_ha
-
I tried to do the omnibus t test similarly to how we would analyze multiple variables in a multiple regression.
```{r}
t.test( gender ~ edu.level +
years.prof.exp +
seed.fu…