aout.chisq
identifies $\alpha$-outliers in a given data set.
aout.chisq(data, param, alpha = 0.1, hide.outliers = FALSE, ncp = 0, lower = auto.l, upper = auto.u, method.in = "Newton", global.in = "gline", control.in = list(sigma = 0.1, maxit = 1000, xtol = 1e-12, ftol = 1e-12, btol = 1e-04))
TRUE
. Defaults to FALSE
.
x
from nleqslv
.
x
from nleqslv
.
method
in nleqslv
.
global
in nleqslv
.
control
in nleqslv
.
is.outlier
that flags the outliers with TRUE
. If hide.outliers is set to TRUE
, a simple vector of the outlier-free data.
dchisq
aout.chisq(chisq.test(occupationalStatus)$statistic, 49)
Run the code above in your browser using DataLab