Learn R Programming

BayesMRA (version 1.0.0)

is_numeric_matrix: Check if a numeric matrix of dimension \(n \times m\)

Description

this function checks if the input is a numeric (double) matrix of dimension \(n \times m\)

Usage

is_numeric_matrix(x, n, m)

Arguments

x

is the input

n

is the input matrix rows

m

is the input matrix columns