ilr(xx, ifclose = FALSE, ifwarn = TRUE)
ifclose = TRUE
.ifwarn = TRUE
which generates a reminder/warning that when carrying out a centred log-ratio transformation all the data must be in the same measurement units. The message can be suppressed by setting ifwarn = FALSE
.iso1
through to isop
, where the p
in isop
equals p-1
, are entered as column names in the matrix.alr
) and centred log-ratios (clr
).alr
, clr
, ltdl.fix.df
, remove.na
## Make test data sind available
data(sind.mat2open)
## Undertake ilr transform
temp <- ilr(sind.mat2open)
temp
## Clean-up
rm(temp)
Run the code above in your browser using DataLab