Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vecli2m

Convert vector of linear independent values into a Matrix


Description

Converts a vector into a symmetric matrix that the original vector contains the linear independent values of the returned symmetric matrix.

Usage

vecli2m( v )

Arguments

v

a vector.

Author(s)

Arne Henningsen

See Also

Examples

v <- c( 11, 12, 13, 22, 23, 33 )
   vecli2m( v )

miscTools

Miscellaneous Tools and Utilities

v0.6-26
GPL (>= 2)
Authors
Arne Henningsen, Ott Toomet
Initial release
2019-12-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.