Usage
desc.wts(data,
w,
vars = NULL,
treat.var,
tp,
na.action = "level",
perm.test.iters=0,
verbose=TRUE,
alerts.stack)
Arguments
data
a data frame containing the dataset
w
a vector of weights equal to nrow(data)
vars
a vector of variable names corresponding to data
treat.var
the name of the treatment variable
tp
a title for the method ``type" used to create the weights, used
to label the results
na.action
a string indicating the method for handling missing data
perm.test.iters
an non-negative integer giving the number of iterations
of the permutation test for the KS statistic. If perm.test.iters=0
then the function returns an analytic approximation to the p-value. This
argument is ignored
verbose
if TRUE, lots of information will be printed to monitor the
the progress of the fitting
alerts.stack
an object for collecting warnings issued during the analyses