Writing of numerical values has to be done carefully because R strips trailing 0: 0.01 0.001 should be written as 0.010 0.001
Writing of numerical values has to be done carefully because R strips trailing 0:
0.01
0.001
should be written as
0.010
0.001