powered by
A list of response (y), predictors (X) and sub-cpmposition matrix (C).
data(simulate_robregcc)
A list with three components:
Compositional predictors.
Outcome with outliers.
Sub-cmposition matrix.
Vector y, response with a certain percentage of observations as outliers.
Matrix X, Compositional predictors.
# NOT RUN { library(robregcc) data(simulate_robregcc) X <- simulate_robregcc$X; y <- simulate_robregcc$y C <- simulate_robregcc$C n <- nrow(X); p <- ncol(X); k <- nrow(C) # }
Run the code above in your browser using DataLab