binve | R Documentation |
Inverts a marginal log-linear parametrization.
binve(eta, C, M, G, maxit = 500, print = FALSE, tol = 1e-10)
eta |
a vector of dimension |
C |
A contrast matrix. |
M |
A marginalization matrix. |
G |
G is the model matrix of the loglinear parameterization with no constant term. |
maxit |
an integer, specifying the maximum number of iterations. Default 500. |
print |
a logical value: if |
tol |
A small value specifying the tolerance for the convergence criterion. Default:
|
A marginal log-linear link is defined by \eta = C (M \log p)
. See
Bartolucci et al. (2007).
A vector of probabilities p
.
From a Matlab function by A. Forcina, University of Perugia, Italy.
Antonio Forcina, Giovanni M. Marchetti
Bartolucci, F., Colombi, R. and Forcina, A. (2007). An extended class of marginal link functions for modelling contingency tables by equality and inequality constraints. Statist. Sinica 17, 691-711.
mat.mlogit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.