carscore_batch: Computation of CAR scores over a matrix of predictands

View source: R/carscore_batch.R

carscore_batchR Documentation

Computation of CAR scores over a matrix of predictands

Description

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.

Usage

carscore_batch(predictand.matrix, predictor.matrix)

Arguments

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 predictand.matrix.

Value

A list of carscores, one for each columns in the predictand.matrix.


bocinsky/PaleoCAR documentation built on Feb. 23, 2023, 12:14 p.m.