Learn R Programming

kergp (version 0.5.7)

checkX: Generic function: Check the Compatibility of a Design Matrix with a Given Covariance Object

Description

Generic function to check the compatibility of a design matrix with a covariance object.

Usage

checkX(object, X, ...)

Value

A matrix with columns taken from X and with column names identical to inputNames(object).

Arguments

object

A covariance kernel object.

X

A design matrix.

...

Other arguments for methods.

See Also

The inputNames method.