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