lower2matrix: Create a square numeric matrix from the lower-triangular...

View source: R/matrix.R

lower2matrixR Documentation

Create a square numeric matrix from the lower-triangular elements

Description

Create a square numeric matrix from the lower-triangular elements

Usage

lower2matrix(x, context = NULL)

Arguments

x

numeric data

context

the working context

Value

a square symmetric numeric matrix with column names


mrgsolve documentation built on Aug. 16, 2023, 5:07 p.m.