outlierFind.i: ================================================================...

Description Usage Arguments Note

View source: R/OutlierFind.R

Description

================================================================ boxplotMod to identify outliers in a vector Outliers that are 3 times the interquartile range from either quartile; note that the default for boxplots is 1.5 times the interquartile range

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
outlierFind.i(
  i,
  protClass,
  outlierLevel = "peptide",
  refCol = refCol,
  nCol = nCol,
  outlierMeth,
  range = range,
  proba = proba,
  eps = eps,
  randomError = randomError
)

Arguments

range:

pre-specified times of IQR range

x:

a vector of numbers

reject.vec.i:

pre-specified rejection locations

proba:

pre-specified normal probability

Note

: when sd(x)=0, scores() generates NA, mark NA as FALSE ================================================================


mooredf22/protsummarize2 documentation built on May 16, 2021, 10:12 p.m.