Learn R Programming

MRTSampleSizeBinary (version 0.1.2)

is_full_column_rank: Check if a matrix is full column rank.

Description

Used in checking if p_t*f_t is in the linear span of g_t.

Usage

is_full_column_rank(mat)

Value

Boolean TRUE/FALSE for if matrix is full column rank.

Arguments

mat

A matrix.

Examples

Run this code
  is_full_column_rank(diag(4))

Run the code above in your browser using DataLab