fsst.check | R Documentation |
fsst
This function checks and updates the input from the user in the
fsst
function. If there is any invalid input,
the function will be terminated and error messages will be printed.
fsst.check(
data,
lpmodel,
beta.tgt,
R,
Rmulti,
lambda,
rho,
n,
weight.matrix,
solver,
progress,
sqrtm.method,
sqrtm.tol,
previous.output
)
data |
An |
lpmodel |
The |
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 |
lambda |
Parameter used to obtain the restricted estimator
|
rho |
Parameter used in the studentization of matrices. |
n |
The sample size. This is only required if |
weight.matrix |
The option used in the weighting matrix. There are three options available:
|
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 |
sqrtm.method |
The method used to obtain the matrix square root in
the |
sqrtm.tol |
The absolute tolerance used to check whether the matrix
square root is correct. This is done by checking whether the Frobenius
norm is smaller than the tolerance level, i.e., when |
previous.output |
The list of outputs obtained from the previous
evaluation of the procedure. This is only used in the
|
Returns the updated parameters back to the function fsst
.
The following information are updated:
data
solver
solver.name
test.logical
logical.lb
logical.ub
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.