QTEparams
QTEparams
is an object that contains all the parameters passed to QTE methods
QTEparams( formla, xformla = NULL, t = NULL, tmin1 = NULL, tmin2 = NULL, tname = NULL, data, panel = FALSE, w = NULL, idname = NULL, probs, alp = NULL, method = NULL, plot = NULL, se = NULL, iters = NULL, retEachIter = NULL, bootstrapiter = NULL, seedvec = NULL, pl = NULL, cores = NULL )
formla
: Should be some y on treatment variablexformla
: a formula for the other covariates such as ~ x1 + x2t
: The last period (not always used)tmin1
: The last pre-treatment period (not always used)tmin2
: The 2nd to last pre-treatment period (not always used)tname
: The name of the column containing time periods (not always used)data
: The name of the data framepanel
: Whether or not the data is panelw
: Additional (usually sampling) weightsidname
: The name of the id column used with panel data (not always used)probs
: Which quantiles to produce quantile treatment effects foralp
: The significance levelmethod
: The method to compute the propensity scoreplot
: boolean for whether or not to plot qtesse
: boolean whether or not to compute standard errorsiters
: The number of bootstrap iterations to use to compute standard errorsretEachIter
: boolean whether or not to return the full results from each bootstrap iterationbootstrapiter
: Used internally for determining whether or not a call is part of computing standard errors via the bootstrapseedvec
: A seed to compute the same bootstrap standard errors each time the method is called (not always used)pl
: Boolean for whether or not computing bootstrap standard errrors in parallelcores
: The number of cores to use if computing standard errors in in parallelUseful links