getTheBoot | R Documentation |
The bootstrap of random replacement.
getTheBoot(
theDataK,
thePointK,
theC,
RandomReplaceRatio = 0.5,
maxBoot = 200,
tempPrint = "",
ifItem = FALSE
)
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. |
The function returns an array.
## Not run:
NA
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.