plot.rlogit: Plot of the distribution of estimated random parameters

Description Usage Arguments Details Author(s) See Also

View source: R/rlogit.methods.R

Description

Methods for rpar and rlogit objects which provide a plot of the distribution of one or all of the estimated random parameters

Usage

1
2
3
4
## S3 method for class 'rlogit'
plot(x, ...)
## S3 method for class 'rpar'
plot(x, type = c("density","probability"), norm = TRUE, ...)

Arguments

x

a rlogit or a rpar object,

type

the function to be plotted, whether the density or the probability density function,

norm

if true, the random parameter is divided by the norm variable if exists.

...

further arguments, passed to plot.rpar for the rlogit method and to plot for the rpar method.

Details

For the rpar method, one plot is drawn. For the rlogit method, one plot for each random parameter is drawn.

Author(s)

Yves Croissant

See Also

rlogit for the estimation of random parameters logit models and rpar for the description of rpar objects and distribution for functions which return informations about the distribution of random parameters.


rlogit documentation built on May 2, 2019, 4:59 p.m.

Related to plot.rlogit in rlogit...