Rdocumentation
powered by
Learn R Programming
ldamatch (version 0.6.3)
create_subject_subspace_using_LDA: Creates ordered subspace of subject candidates for removal, using LDA.
Description
Creates ordered subspace of subject candidates for removal, using LDA.
Usage
create_subject_subspace_using_LDA(condition, covariates)
Arguments
condition
A factor vector containing condition labels.
covariates
A vector or columnwise matrix containing covariates to match the conditions on.
Value
An ordered subject subspace: a list of vectors, with one vector per group containing the corresponding subject indices.