Create a BOWL Object for First Step of BOWL Algorithm
## S4 method for signature '`NULL`' .newBOWL( BOWLObj, moPropen, fSet, data, response, txName, lambdas, cvFolds, kernel, surrogate, suppress, guess, ... ) ## S4 method for signature 'BOWL' .newBOWL( BOWLObj, moPropen, fSet, data, response, txName, lambdas, cvFolds, kernel, surrogate, suppress, guess, ... )
BOWLObj
: NULL or an object returned from a previous stepmoPropen
: modelObj or modelObjSubset for propensity modelingfSet
: optional function defining subsets for modelingdata
: data.frame of covariatesresponse
: responsetxName
: treatment variable column header in datalambdas
: tuning parameter(s)cvFolds
: number of cross-validation foldskernel
: Kernel objectsurrogate
: Surrogate objectsuppress
: T/F indicating if prints to screen are to be executedguess
: Starting values for optimizationUseful links