checkInputData: Internal function: Validate input data for a spatmca object

View source: R/helper.R

checkInputDataR Documentation

Internal function: Validate input data for a spatmca object

Description

Internal function: Validate input data for a spatmca object

Usage

checkInputData(x1, x2, Y1, Y2, M)

Arguments

x1

Location matrix (p \times d) corresponding to Y1.

x2

Location matrix (q \times d) corresponding to Y2.

Y1

Data matrix (n \times p) of the first variable stores the values at p locations with sample size n.

Y2

Data matrix (n \times q) of the second variable stores the values at q locations with sample size n.

M

Number of folds for cross-validation

Value

NULL


SpatMCA documentation built on Nov. 21, 2023, 5:07 p.m.