checkX {kergp} | R Documentation |
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, ...)
Arguments
object |
A covariance kernel object. |
X |
A design matrix. |
... |
Other arguments for methods. |
Value
A matrix with columns taken from X
and with column names
identical to inputNames(object)
.
See Also
The inputNames
method.
[Package kergp version 0.5.7 Index]