Displaying 1 result from an estimated 1 matches for "trimx".
Did you mean:
trim
2007 Mar 14
1
Trimming a Data Set
Hi,
I am trying to restrict a data set so as not to included outliers. Specifically, I would like to specify a percentage where a fraction of observations are eliminated from the data set, much in the same way that the trimmed mean function works - but leaving the restricted data set intact.
I have been using a function which will restrict the data set using:
> trim=function(x,p){
>