Description Usage Arguments Details Value Author(s) See Also
View source: R/rlogit.methods.R
rpar objects contain the relevant information about
estimated random parameters. The homonymous function extract on
rpar object from a rlogit object.
1 |
x |
a |
par |
the name of the parameter to be extracted, |
... |
further arguments. |
rlogit objects contain an element called rpar which contain a list
of rpar objects, one for each estimated random parameter. The
print method prints the name of the distribution and the
parameter, the summary behave like the one for numeric vectors.
a rpar object, which contain :
dist |
the name of the distribution, |
mean |
the first parameter of the distribution, |
sigma |
the second parameter of the distribution, |
name |
the name of the parameter, |
norm |
the name of the coefficient which is used for normalisation, if any. |
Yves Croissant
rlogit for the estimation of a random parameters logit model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.