- Paired test: `paired = TRUE` uses signed-rank test (Wilcoxon)
not rank-sum (Mann-Whitney).
Explore
120,766 skills indexed with the new KISS metadata standard.
not rank-sum (Mann-Whitney).
not the chi-sq assumption).
`$residuals` (Pearson)
not a matrix. `p` must sum to 1 (or set `rescale.p = TRUE`).
upper]`. **Requires** `f(lower)` and `f(upper)` to have opposite signs.
model2)`: F-test comparing nested models.
gotchas
no other stopping criterion.
robust but slow). Poor for 1D — use `Brent` or `optimize()`.
`print`
probabilities for logistic); `type = link` (default) gives on the link scale.
default 2/3); `loess` parameter is `span` (default 0.75).
y)` — cannot predict at new points.
convergence check fails — use `control = list(scaleOffset = 1)` or jitter data.
`forward`
`SSasymp`
Type I SS (sequential) are computed — order of terms matters.
use `car::Anova()` or set contrasts to `contr.sum`/`contr.helmert`.
`quasipoisson`) allow overdispersion — no AIC is computed.
logical
use the cbind trick or offset.
test = Chisq)` for deviance-based tests; `F` is invalid for non-Gaussian families.
`poisson(link = log)`
but slower and with deviance-based output).