Create a BOWL Object for First Step of BOWL Algorithm
# S4 method for `NULL`
.newBOWL(
BOWLObj,
moPropen,
fSet,
data,
response,
txName,
lambdas,
cvFolds,
kernel,
surrogate,
suppress,
guess,
...
)# S4 method for BOWL
.newBOWL(
BOWLObj,
moPropen,
fSet,
data,
response,
txName,
lambdas,
cvFolds,
kernel,
surrogate,
suppress,
guess,
...
)
NULL or an object returned from a previous step
modelObj or modelObjSubset for propensity modeling
optional function defining subsets for modeling
data.frame of covariates
response
treatment variable column header in data
tuning parameter(s)
number of cross-validation folds
Kernel object
Surrogate object
T/F indicating if prints to screen are to be executed
Starting values for optimization