- `uniroot`: finds a root of `f` in `[lower
upper]`. **Requires** `f(lower)` and `f(upper)` to have opposite signs.
Explore
124,890 skills indexed with the new KISS metadata standard.
upper]`. **Requires** `f(lower)` and `f(upper)` to have opposite signs.
model2)`: F-test comparing nested models.
no other stopping criterion.
`print`
default 2/3); `loess` parameter is `span` (default 0.75).
robust but slow). Poor for 1D — use `Brent` or `optimize()`.
probabilities for logistic); `type = link` (default) gives on the link scale.
y)` — cannot predict at new points.
`forward`
convergence check fails — use `control = list(scaleOffset = 1)` or jitter data.
use `car::Anova()` or set contrasts to `contr.sum`/`contr.helmert`.
`SSasymp`
Type I SS (sequential) are computed — order of terms matters.
test = Chisq)` for deviance-based tests; `F` is invalid for non-Gaussian families.
`quasipoisson`) allow overdispersion — no AIC is computed.
use the cbind trick or offset.
logical
`poisson(link = log)`
but slower and with deviance-based output).
`factorLevelName` concatenation.
`intercept`
`contr.poly` for ordered.
gotchas
`^` means interaction crossing.