Learn R Programming

ADtools (version 0.5.4)

vech: Half-vectorisation

Description

Half-vectorisation

Usage

vech(x)

Arguments

x

A matrix.

Examples

Run this code
# NOT RUN {
A <- randn(3, 3)
vech(A)

# }

Run the code above in your browser using DataLab