MuteRate: Muting rate

View source: R/MuteRate.r

MuteRateR Documentation

Muting rate

Description

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.

Usage

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

Value

A suggested muting rate

Examples

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

RLT documentation built on April 28, 2023, 5:08 p.m.