dkqs.check | R Documentation |
dkqs
This function checks and updates the input from the user in the
dkqs
function. If there is any invalid input,
the function will be terminated and error messages will be printed.
dkqs.check(data, lpmodel, beta.tgt, R, Rmulti, tau, n, solver, progress)
data |
An |
lpmodel |
An |
beta.tgt |
The value to be tested. |
R |
The number of bootstrap replications. |
Rmulti |
The multiplier for the number of bootstrap replications. The
product of |
tau |
The value of the tuning parameter |
n |
The sample size. This is only required if |
solver |
The name of the linear and quadratic programming solver that
is used to obtain the solution to linear and quadratic programs.
The solvers supported by this package are |
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
Returns the updated parameters back to the
dkqs
function. The following information are updated:
data
lpmodel
solver
solver.name
test.logical
lb
ub
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.