fsst.cv.table: Wrapper for the 'construct.cv.table' function for the 'fsst'...

View source: R/cvtable.R

fsst.cv.tableR Documentation

Wrapper for the construct.cv.table function for the fsst procedure

Description

This 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.

Usage

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
)

Arguments

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.

Value

Returns a table of critical values.

cv.table

A table of critical values.


conroylau/lpinfer documentation built on Oct. 23, 2022, 9:21 a.m.