These functions work as in the usual lm object.
They additionally offer the possibility use the space argument
which transforms them into directly into clr space or in the simplex.
# S3 method for lmCoDa
predict(object, space = NULL, ...)matrix or vector
class "lmCoDa"
a character indicating in which space the prediction should
be returned. Supported are the options c("clr", "simplex").
passed on to predict.lm()
Lukas Dargel