fsst.beta.star.bs | R Documentation |
beta.obs
This function computes the bootstrap estimates of
\widehat{\bm{\beta}}^\star_n
.
fsst.beta.star.bs(
data,
lpmodel,
beta.n,
beta.n.bs,
beta.tgt,
weight.mat,
beta.obs.hat,
beta.obs.bs,
R,
sigma.beta.obs,
solver,
df.error,
p,
d,
progress,
eval.count
)
data |
An |
lpmodel |
The |
beta.n |
The sample |
beta.n.bs |
The bootstrap estimates of |
beta.tgt |
The value to be tested. |
weight.mat |
The weighting matrix for the |
beta.obs.hat |
The sample estimator
|
beta.obs.bs |
The bootstrap estimates of |
R |
The number of bootstrap replications. |
sigma.beta.obs |
An estimator of the asymptotic variance for
|
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 |
df.error |
A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
p |
The length of the beta vector. |
d |
The number of columns of the |
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
eval.count |
The count for the number of times the |
Return the following list of objects:
beta.star |
This corresponds to |
beta.star.bs |
This corresponds to the bootstrap estimates of
|
x.star |
This corresponds to |
x.star.bs |
This corresponds to the bootstrap estimates of
|
df.error |
A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
new.error |
The number of new errors. |
error.id |
The indices of the bootstrap replications that give errors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.