NEWS.md
n_limit
for odd numbers
predict_scores()
. It accepts a data table with columns variable
and value
, and returns a new data table with a score columnoptimize_PCs = TRUE
(default: FALSE
) will check if significant principal components have to be re-ordered during bootstrapping. This may happen if PCs are close in explanatory value so that they are shuffled during bootstrap. If this happens, it will trigger a warningwaterfall = TRUE
(default: FALSE
) in plot()
will replace points with bars for loadings. This can be very nice in combination with loading_group_column
plot()
now accepts the argument sort_loadings
to control the order of the loading variables
sort_loadings = "loading"
sorts the variables by loading (default)sort_loadings = "alpha"
sorts the variables alphabeticallysort_loadings = c(...)
sorts the variables in the same order as c(...)
, where ...
is the variables of interest. Note that it may be required to increase n_limit
(or use n_limit = 0
) to ensure that all variables are shown. It is recommended to use n_limit = 0
, i.e., plot(..., sort_loadings = c(...), n_limit = 0)
Error in crossprod(x, y) : requires numeric/complex matrix/vector arguments
)use_Rfast = FALSE
and another random intercept than ID
plot(..., bw = TRUE)
(or grayscale = TRUE
or greyscale = TRUE
) or similarly with ALASCA(..., plot.bw = TRUE)
time
) did not color the groups correctlyvalidation_method = "permutation"
)
permutation_within_participants
and permutation_across_participants
, e.g. permutation_within_participants = c("time")
permutation_across_participants
and samples will be be reassigned as a block for permutation_within_participants
(i.e., if a participant has two samples in group A and one sample in group B, then the two former samples will be reassigned together and not individually)df["value"][ rowNumers ]
is somewhat faster than df[ rowNumers, value ]