search for: tp4094647p4094647

Displaying 1 result from an estimated 1 matches for "tp4094647p4094647".

2011 Nov 22
1
Capping outliers
..._pctle_cut), na.rm = TRUE)) #Loop below taking time for execution system.time(for (i in 1:ncol(z)) { for (j in 1:nrow(z)) { if (z[j,i] < qs[1,i]) z[j,i]=qs[1,i] if (z[j,i] > qs[2,i]) z[j,i]=qs[2,i] } }) -- View this message in context: http://r.789695.n4.nabble.com/Capping-outliers-tp4094647p4094647.html Sent from the R help mailing list archive at Nabble.com.