| construct.cv.table | R Documentation | 
This function generates a table of critical values for the
testing procedures By default, the table includes the sample test
statistic, and critical values at the 90%, 95% and 99% level. The table
can be retrieved from cv.table in the output of the functions.
construct.cv.table(
  param,
  param.name,
  ts.sample.list,
  ts.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. | 
| ts.sample.list | A vector or sample test statistics. | 
| ts.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.