Nothing
data(AnimalVegetation, package = "compositions")
AV <- as.data.frame(AnimalVegetation)
AVmod <- lm(compositions::ilr(cbind(disc,spick,din,spin)) ~ regA, data = AV)
AVRG <- ref_grid(AVmod) |> suppressWarnings()
AVRG
mvregrid(AVRG, newname = "comp",
newlevs = c("disc","spick","din","spin"),
fcn = "ilrInv") |>
confint(by = "regA")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.