TiagoOlivoto / metan

Package for multi-environment trial analysis
https://tiagoolivoto.github.io/metan/
GNU General Public License v3.0
35 stars 17 forks source link

How to remove outliers in METAN #29

Closed nivelive closed 9 months ago

nivelive commented 10 months ago

I found few outliers in my data using find_outlier function of METAN package. How can I remove these outliers?


Brief description of the problem

# insert reprex here
TiagoOlivoto commented 9 months ago

Hi! metan don't remove and will never remove possible outliers automatically. The function returns the row number of those outliers. Só, you can remove them by hand, either within R, eg, DF[10, 5] <- NA, or in the data sheet