Displaying 3 results from an estimated 3 matches for "symmatrix".
2012 Sep 07
2
creating a symmetric matrix
Dear R People:
Suppose I have the following:
x <- 1:4
And I want to create the following matrix:
1 2 3 4
2 1 2 3
3 2 1 2
4 3 2 1
Is there a function in place for this, please? I looked at symMatrix
in micEcon and some of the items in Matrix, but they didn't quite do
it.
I can put together something quickly, of course, but it seems likely
that this would exist.
Thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Dow...
2009 Dec 28
0
micEcon split into miscTools, micEconAids, and micEcon
The "micEcon" package has been split into three packages: miscTools,
micEconAids, and micEcon.
a) miscTools (version 0.6-0) includes miscellaneous small tools and
utilities that are not related to (micro)economics, e.g. colMedians(),
rowMedians(), insertCol(), insertRow(), vecli(), symMatrix(),
triang(), semidefiniteness(), compPlot(), and rSquared(). The
miscTools package should depend on (almost) no other packages so that
it can be used in other packages without increasing the total
(recursive!) dependencies of these packages too much.
b) micEconAids (version 0.6-0) includes all fun...
2009 Dec 28
0
micEcon split into miscTools, micEconAids, and micEcon
The "micEcon" package has been split into three packages: miscTools,
micEconAids, and micEcon.
a) miscTools (version 0.6-0) includes miscellaneous small tools and
utilities that are not related to (micro)economics, e.g. colMedians(),
rowMedians(), insertCol(), insertRow(), vecli(), symMatrix(),
triang(), semidefiniteness(), compPlot(), and rSquared(). The
miscTools package should depend on (almost) no other packages so that
it can be used in other packages without increasing the total
(recursive!) dependencies of these packages too much.
b) micEconAids (version 0.6-0) includes all fun...