Learn R Programming

MVR (version 1.00.0)

is.valid: Validation Subroutine to Test the Bootstrap Set of Indices

Description

Internal subroutine called by end-user mvrt.test function to validate the bootstrap set of indices if a bootstrap test is undertaken in mvrt.test. Check that the bootstrapped indices of samples (from all-groups samples) are unique per sample group in a multiple sample group situation.

Usage

is.valid(x, def, ng)

Arguments

x
vector of bootstrap set of indices.
def
list of samples indices per sample group in original data.
ng
Positive integer scalar of the number of sample groups.

Value

  • oklogical scalar, taking on value TRUE if valid and FALSE otherwise.

Details

None

References

  • Dazard, J-E. and J. S. Rao (2010). "Regularized Variance Estimation and Variance Stabilization of High-Dimensional Data." JSM Proceedings. High-Dimensional Data Analysis and Variable Selection Section., Vancouver, BC. Canada, American Statistical Association.
  • Dazard, J-E. and J. S. Rao (2011). "Joint Adaptive Mean-Variance Regularization and Variance Stabilization of High Dimensional Data." Comput. Statist. Data Anal. (submitted).

See Also

mvrt.test Mean-Variance Regularized t-Test Statistic with Significance.