- prcomp uses SVD (numerically superior); princomp uses eigen on covariance (less stable
N-1 vs N scaling).
Explore
131,282 skills indexed with the new KISS metadata standard.
N-1 vs N scaling).
BH (Benjamini-Hochberg FDR)
not test statistics.
p-values are conservative (too large). Use dgof or ks.test with exact = NULL for discrete distributions.
not rank-sum (Mann-Whitney).
uses simulation (simulate.p.value = TRUE) or network algorithm.
normal approximation used.
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.
gotchas
model2)`: F-test comparing nested models.
no other stopping criterion.
robust but slow). Poor for 1D — use Brent or optimize().
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.
forward
convergence check fails — use control = list(scaleOffset = 1) or jitter data.
use car::Anova() or set contrasts to contr.sum/contr.helmert.
quasipoisson) allow overdispersion — no AIC is computed.
logical