QTEparams.Rd
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
)
Should be some y on treatment variable
a formula for the other covariates such as ~ x1 + x2
The last period (not always used)
The last pre-treatment period (not always used)
The 2nd to last pre-treatment period (not always used)
The name of the column containing time periods (not always used)
The name of the data frame
Whether or not the data is panel
Additional (usually sampling) weights
The name of the id column used with panel data (not always used)
Which quantiles to produce quantile treatment effects for
The significance level
The method to compute the propensity score
boolean for whether or not to plot qtes
boolean whether or not to compute standard errors
The number of bootstrap iterations to use to compute standard errors
boolean whether or not to return the full results from each bootstrap iteration
Used internally for determining whether or not a call is part of computing standard errors via the bootstrap
A seed to compute the same bootstrap standard errors each time the method is called (not always used)
Boolean for whether or not computing bootstrap standard errrors in parallel
The number of cores to use if computing standard errors in in parallel