nice {mlegp} | R Documentation |
Prints out FANOVA decomposition tables in a 'nice' format by rounding entries to the specified number of decimal places
nice(x, digits = 4)
x |
an FANOVA decomposition table, obtained from FANOVADecomposition |
digits |
integer indicating the precision to be used |
Rounds elements in all columns of x
, except for the first column, to the specified number of decimal places indicated by precision
A ‘nice’ version of the object x
Garrett M. Dancik dancikg@nsula.edu
http://users.nsula.edu/dancikg/mlegp/
FANOVADecomposition
for an example