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
coef(object, space = NULL, split = FALSE, ...)
a matrix
class "lmCoDa"
a character indicating in which space the prediction should
be returned. Supported are the options c("clr", "simplex")
.
logical, if TRUE
the coefficients are reported as a list instead
of a matrix, where list structure reflects the explanatory variables of the model
not used
Lukas Dargel