MuteRate {RLT}R 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")

[Package RLT version 3.2.6 Index]