Learn R Programming

MVR (version 1.20.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., Hua Xu and J. S. Rao (2011). "R package MVR for Joint Adaptive Mean-Variance Regularization and Variance Stabilization." In JSM Proceedings, Section for Statistical Programmers and Analysts. Miami Beach, FL, USA: American Statistical Association IMS - JSM, 3849-3863.
  • Dazard J-E. and J. S. Rao (2012). "Joint Adaptive Mean-Variance Regularization and Variance Stabilization of High Dimensional Data." Comput. Statist. Data Anal. 56(7):2317-2333.

See Also

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