get.fixed | R Documentation |
Construct an object that specifies which indices of coefficients should remain fixed in maximum likelihood computation.
get.fixed(beta = integer(0), gamma = integer(0), zeta = integer(0))
beta |
Vector of indices of |
gamma |
Vector of indices of |
zeta |
Vector of indices of |
Arguments are expected to be vectors of integers. These are interpreted as
the indices to keep fixed during optimization. For example,
beta = c(1L, 1L, 2L)
indicates that the first and second elements of
beta
should remain fixed. Note that duplicate indices are ignored.
The default value is the empty vector integer(0)
, which requests that
no elements of the given coefficient vector should be fixed.
List of vectors indicating fixed indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.