linearInterpolation {trimr} | R Documentation |
SDs used for the recursive / moving criterion trimming methods
Description
A data frame containing the SDs used for each sample size as trimming criterion for the nonRecursive function and the modifiedRecursive function
Usage
linearInterpolation
Format
A data frame with 97 rows and 3 columns:
- sampleSize
Sample size of the data set being passed
- nonRecursive
The standard deviation to use as the criterion for the nonRecursive function
- modifiedRecursive
The standard deviation to use as the criterion for the modifiedRecursive function
[Package trimr version 1.1.1 Index]