| dkqs.bs | R Documentation | 
This function carries out the bootstrap procedure of the
dkqs procedure This function supports parallel
programming via the furrr package.
dkqs.bs(
  data,
  lpmodel,
  beta.tgt,
  R,
  maxR,
  s.star.list,
  tau.list,
  solver,
  progress,
  n
)
data | 
 An   | 
lpmodel | 
 An   | 
beta.tgt | 
 The value to be tested.  | 
R | 
 The number of bootstrap replications.  | 
maxR | 
 The maximum number of bootstrap replications to be considered in case there are some errors.  | 
s.star.list | 
 The list of values of
  | 
tau.list | 
 The list of feasible parameters   | 
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   | 
n | 
 The sample size. This is only required if   | 
Returns the list of estimates from bootstrap:
T.bs | 
 A list of bootstrap test statistics
  | 
beta.bs.bar.list | 
 A list of   | 
df.error | 
 A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s).  | 
R.succ | 
 The number of successful bootstrap replications.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.