Learn R Programming

indirect (version 0.2.1)

checkX: 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.