Learn R Programming

RLT (version 3.2.6)

MuteRate: 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)

Value

A suggested muting rate

Arguments

N

sample size

P

dimension

speed

Muting speed: moderate or aggressive

info

Whether to output detailed information

Examples

Run this code
MuteRate(500, 100, speed = "aggressive")

Run the code above in your browser using DataLab