In `LSD.test`, there is a line which rounds the p-value to 4 decimal places. ``` pvalue <- round(pvalue,4) ``` Can these be excluded or added as an optional parameter?