Displaying 1 result from an estimated 1 matches for "nueric".
Did you mean:
numeric
2023 Nov 07
0
Inconsistency in paired t.test() interface?
...methods to be consitant, so
that these and only these would work:
- One sample:
- `x` is a vector, `y` is `NULL`
- `x ~ 1` formula
- Paired sample
- `x,y` are numeric vectors + `paired = TRUE`
- `x` is a `Pair` object (`y` is ignored)
- `Pair(x,y) ~ 1` formula
- Two Samples
- `x,y` are nueric vectors (`paired = FALSE`)
- `x ~ group` formula
Any pointers on where my mental model is going wrong?
Thanks,
Mattan
[[alternative HTML version deleted]]