coef.mnp | R Documentation |
coef.mnp
is a function which extracts multinomial probit model
coefficients from ojbects returned by mnp
. coefficients.mnp
is
an alias for it. coef
method for class mnp
.
## S3 method for class 'mnp'
coef(object, subset = NULL, ...)
object |
An output object from |
subset |
A scalar or a numerical vector specifying the row number(s) of
|
... |
further arguments passed to or from other methods. |
coef.mnp
returns a matrix (when a numerical vector or
NULL
is specified for subset
argument) or a vector (when a
scalar is specified for subset
arugment) of multinomila probit model
coefficients.
Kosuke Imai, Department of Government and Department of Statistics, Harvard University kimai@Princeton.Edu
mnp
, vcov.mnp
;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.