Learn R Programming

kaps (version 0.9-3)

apss.control: Control minor parameters for "apss" object

Description

It provides the parameters for kaps(), which are less in use for practical situations.

Usage

apss.control(pre.pt = list(), scope = list(), rho = 0, ncl = 1, 
    fold = TRUE, lower.limit = 0, upper.limit = 12, 
    p.adjust.methods = c("holm", "hochberg", "hommel", "bonferroni", 
        "BH", "BY", "fdr", "none"))

Arguments

pre.pt
a parameter with the type of list in order to treat pre-specified split candidates. Use the option as list(var = split points), i.e., x = 1:100
scope
a parameter with the type of list in order to treat pre-determined split range. Use the option as list(var = ranges), i.e., x = c(1,100)
rho
a scalar parameter that controls the type of logrank test. See survdiff.
ncl
a scalar parameter with the type of integer to determine the number of cores used in parallel computing
fold
a logical parameter to determine the use of V-fold Cross-Validation in the step of finding optimal K subgroups
lower.limit
a scalar parameter with the type of numeric to treat pre-determined overall lower bound. Default is 0.
upper.limit
a scalar parameter with the type of numeric to treat pre-determined overall upper bound. Default is 12.
p.adjust.methods
a character parameter to select the criteria for the multiple comparison.

See Also

kaps