MuteRate function

Muting rate

Muting rate

Get the muting rate based on sample size N and dimension P. This is an experimental feature. When P is too small, this is not recommended.

MuteRate(N, P, speed = NULL, info = FALSE)

Arguments

  • N: sample size
  • P: dimension
  • speed: Muting speed: moderate or aggressive
  • info: Whether to output detailed information

Returns

A suggested muting rate

Examples

MuteRate(500, 100, speed = "aggressive")