fsst.cv.table | R Documentation |
construct.cv.table
function for the
fsst
procedureThis is a wrapper of the
construct.cv.table
function in order to produce a
table that consists of the critical values for the test statistics, cone
component and the range component for the fsst
procedure.
fsst.cv.table(
param,
param.name,
cone.n.list,
range.n.list,
cone.bs.list,
range.bs.list,
T.bs.list,
levels = c(0.99, 0.95, 0.9),
digits = 5
)
param |
The tuning parameter of the testing procedure. |
param.name |
The name of the tuning parameter. |
cone.n.list |
A list of sample cone test statistics. |
range.n.list |
A list of sample range test statistics. |
cone.bs.list |
A vector or a list of bootstrap cone test statistics. |
range.bs.list |
A vector or a list of bootstrap range test statistics. |
T.bs.list |
A vector or a list of bootstrap test statistics. |
levels |
The confidence levels. |
digits |
The number of digits in the test statistics. |
Returns a table of critical values.
cv.table |
A table of critical values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.