make.v {hbim} | R Documentation |
Make Exchangeable Variance Matrix
Description
Not to be called directly. Used by eff.sigma
,
eff.mu
,
eff.rho
,
pp.sigma
,
pp.mu
, and
pp.rho
.
Usage
make.v(n, r, sig2)
Arguments
n |
dimension of variance matrix |
r |
correlation |
sig2 |
variance |
Value
An variance-covariance matrix, with all diagonal elements equal and all off diagonal elements equal.
[Package hbim version 1.1.2 Index]