make.del {mvnmle} | R Documentation |
Make the upper triangular matrix del from a parameter vector
Description
make.del
takes a parameter vector of length and
returns the upper triangular
matrix
.
make.del
is a private function intended for use inside mlest
.
Usage
make.del(pars)
Arguments
pars |
A length |
Details
The first elements of
pars
are the log of the diagonal
elements of . The next
elements are the
elements above the main diagonal of
, ordered by column
(left to right), and then by row within column (top to bottom). That
is to say, if
is the element in the
th row
and
th column of
, then the order of the parameters
is
.
Value
An upper triangular matrix.
References
Pinheiro, J. C., and Bates, D. M. (2000) Mixed-effects models in S and S-PLUS. New York: Springer, ISBN:1441903178.
See Also
[Package mvnmle version 0.1-11.2 Index]