checkX {indirect}R Documentation

Helper function that checks for sensible covariate matrix.

Description

Helper function that checks for sensible covariate matrix.

Usage

checkX(X)

Arguments

X

numeric matrix of covariates, n design points by p covariates, for a given model and design points.

Value

throws an error if not full rank.


[Package indirect version 0.2.1 Index]