Usage
est_multi_glob_gen(Y, X, model, ind = 1:nrow(Y), be = NULL, Dis = NULL, dis = NULL, disp=FALSE, only_sc = FALSE, Int = NULL, der_single = FALSE, maxit = 10)
Arguments
Y
matrix of response configurations
X
array of all distinct covariate configurations
model
type of logit (g = global, l = local, m = multinomial)
ind
vector to link responses to covariates
be
initial vector of regression coefficients
Dis
matrix for inequality constraints on be
dis
vector for inequality constraints on be
disp
to display partial output
only_sc
to exit giving only the score
Int
matrix of the fixed intercepts
der_single
to require single derivatives
maxit
maximum number of iterations