Construct a design for an RSA (Representational Similarity Analysis) model
rsa_design.Rd
This function constructs a design for an RSA model using the provided formula, data, and optional parameters.
Arguments
- formula
A formula expression specifying the dissimilarity-based regression function.
- data
A named list containing the dissimilarity matrices and any other auxiliary variables.
- block_var
An optional
formula
,character
name orinteger
vector designating the block structure.- split_by
An optional
formula
indicating grouping structure for evaluating test performance.- keep_intra_run
A
logical
indicating whether to exclude within-run comparisons.
Value
A list containing the elements of the RSA design, with class attributes "rsa_design" and "list".