Description Usage Arguments Examples
Obtain a charting constant by the direct method or the indirect method.
1 2 3 4 5 6 7 8 9 10 11 12  | PH1.get.cc(
    k
    , nu
    , FAP = 0.1
    , off.diag = -1/(k - 1)
    , c4.option = TRUE
    , maxiter = 10000
    , method = 'direct'
    , indirect.interval = c(1, 7)
    , indirect.subdivisions = 100L
    , indirect.tol = .Machine$double.eps^0.25
)
 | 
k | 
 number of subgroups  | 
nu | 
 degrees of freedom  | 
FAP | 
 false Alarm Probabilty in Phase 1  | 
off.diag | 
 value of equal-correlation. Default setting is -1/(m - 1)  | 
c4.option | 
 TRUE - the standard deviation estimator corrected by c4. FALSE - no c4 involved  | 
maxiter | 
 maximum iteration of computation in mvtnorm  | 
method | 
 'direct' - charting constants computed by multivariate t distribution. 'indirect' - charting constants computed by multivariate normal distribution  | 
indirect.interval | 
 the searching range of charting constants based on the indirect method  | 
indirect.subdivisions | 
 the parameter of integration for the indirect method. Please see __integrate__  | 
indirect.tol | 
 the tolerate level of convergence of integration for the indirect method. Please see __integrate__  | 
1 2 3 4  | PH1.get.cc(
    k = 10
    ,nu = 40
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.