Given parameter options, determine optimal parameter value. Method is not exported
.newCVInfo(lambdas, kparam, ...)
# S4 method for numeric,missing
.newCVInfo(optimFunc, valueFunc, response, prWgt, txVec, cvFolds, lambdas, x,
suppress, ...)
# S4 method for numeric,numeric
.newCVInfo(optimFunc, valueFunc, response, prWgt, txVec, cvFolds, lambdas, x,
kernel, kparam, suppress, ...)
"character"
name of function to be used to perform optimization.
"character"
name of function to be used to estimate value.
Outcome of interest.
Propensity weighting vector.
Treatment vector coded as +1/-1.
Number of cross-validation folds to complete.
Vector of tuning parameters.
"matrix"
of covariates and treatment histories.
T/F indicating of screen prints are generated.
"character"
description of kernel to be used.
NULL or kernel parameter(s) to consider.
Used to pass additional arguments to optimFunc
.