Create a Feature-Based RSA Design
feature_rsa_design.Rd
Creates a design for feature-based Representational Similarity Analysis (RSA). You can either supply a similarity matrix S (and optionally select dimensions) or directly supply a feature matrix F.
Arguments
- S
A symmetric similarity matrix representing the feature space relationships. If NULL, you must supply F.
- F
A feature space matrix (observations by features). If supplied, this overrides S and k.
- labels
Vector of labels corresponding to the rows/columns of S or observations of F.
- k
Integer specifying the number of feature dimensions to retain when using S. If 0 (default), automatically determines dimensions using eigenvalue threshold > 1.