View source: R/carscore_batch.R
carscore_batch | R Documentation |
Takes a matrix of predictands and a matrix of predictors (each predictand/predictor gets a column) and returns a list of CAR scores, one for each columns in the predictand.matrix.
carscore_batch(predictand.matrix, predictor.matrix)
predictand.matrix |
A matrix of predictand (response variables). Columns are predictands |
predictor.matrix |
A matrix of predictors. Columns are predictors, number of rows must equal number of layers in |
A list of carscores, one for each columns in the predictand.matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.