Complete an EARL Analysis
.newEARL( moPropen, moMain, moCont, data, response, txName, lambdas, cvFolds, surrogate, iter, guess, kernel, fSet, suppress, ... )
moPropen
: modelObj for propensity modelingmoMain
: modelObj for main effects of outcome modelmoCont
: modelObj for contrasts of outcome modeldata
: data.frame of covariatesresponse
: Vector of responsestxName
: Tx variable column header in datalambdas
: Tuning parameter(s)cvFolds
: Number of cross-validation foldssurrogate
: Surrogate objectiter
: Maximum iterations for outcome regressionguess
: optional numeric vector providing starting values for optimization methodskernel
: Kernel object or SubsetListfSet
: NULL or function defining subset rulessuppress
: T/F indicating if prints to screen are executed...
: Additional inputs for optimizationAn EARL object
Useful links