-
Hi, could CARMA give the effect size or joint effect of each variant?
-
`la_arena::Arena` is currently a `Vec`, that is 3 words in size but usually stored in a frozen location. For `Vec`s we usually turn them into `Box` when stored as those are only 2 words in size, we ca…
-
I am trying to understand the power calculation function power.general.withDoublets. I created 3 reference studies, with low, medium and high fold change values; I expect the power to increase with ev…
-
### Describe the bug / 问题描述
使用官网例子,设置combo size不生效
import { Graph } from '@antv/g6';
const data = {
nodes: [
{ id: 'node1', combo: 'combo1', style: { x: 250, y: 150,size:100 } },
…
-
I am unable to create effect size comparison plot without the need for conducting heteogeneity test and selective annotating/filtering.
# Prepare kwargs for the comparison
kwargs = {
…
-
(just some thoughts)
continuation of
#6558 noncentrality and power for OLS
My current version uses cov_params and applies to generic wald test in models
The wald test is defined in terms of li…
-
-
Hello,
I changed batch size from 1 (default) to 8, 32 and saw no changes on paperQA behavioural (answer quality end speed), as follows :
```
settings=Settings(
llm=f"openai/mixtral:8x7b",…
-
Revise vignette to emphasize throughout that the model pertains to the marginal effect size distribution.
-
### Description
I think it should be possible to calculate confidence intervals for RM ANOVA effect sizes (e.g. partial eta squared). For post-hoc tests, this option exists and confidence intervals…