buildRestrictMat {MIIVsem} | R Documentation |
build the restriction matrix
Description
Function returns a list r
with information regarding
coefficient restrictions and estimation. The field R
contains a restriction matrix for imposing cross-coefficient
restrictions. If no cross-coefficient restrictions are present
R
is set to NULL
. The vector q
contains
a vector of lagrangean multipliers. The vector constrained
gives the constrained coefficients in convenient form.
Usage
buildRestrictMat(d)
Arguments
d |
A list containing equation information. |
[Package MIIVsem version 0.5.8 Index]