getTheBoot: Random Replace Bootstrap

View source: R/getTheBoot.R

getTheBootR Documentation

Random Replace Bootstrap

Description

The bootstrap of random replacement.

Usage

getTheBoot(
  theDataK,
  thePointK,
  theC,
  RandomReplaceRatio = 0.5,
  maxBoot = 200,
  tempPrint = "",
  ifItem = FALSE
)

Arguments

theDataK

The data matrix of factor K.

thePointK

The expectation list of factor K.

theC

The category of factor K.

RandomReplaceRatio

Decimal between 0 and 1.

maxBoot

The maximum steps of bootstrap.

tempPrint

= ”

ifItem

= FALSE, calculate the items when TRUE.

Value

The function returns an array.

Author(s)

zdx, zhaodexuan@aliyun.com

Examples

## Not run: 
NA

## End(Not run)


zhaodexuan/NERF documentation built on Aug. 1, 2023, 1:18 a.m.