mySym: Create an nxn symmetric matrix from an n length vector

View source: R/disag1.R

mySymR Documentation

Create an nxn symmetric matrix from an n length vector

Description

Create an nxn symmetric matrix from an n length vector

Usage

mySym(x)

Arguments

x

input length n vector

Details

create an nxn symmetric matrix

Value

y

symmetric matrix

Author(s)

c( person( "Erin", "Hodgess", email = "erinm.hodgess@gmail.com", role = c("aut", "cre") ) )

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or standard data sets, see data().
mySym(1:6)



disagg2 documentation built on April 12, 2025, 1:47 a.m.

Related to mySym in disagg2...