Graphical representation by smoothed densities of the life expectancies as estimated by elect
# S3 method for elect
plot(x, which = NULL, kernel = "gaussian", col = "red", lwd = 2, cex.lab = 1,...)
Life expectancies estimated by elect
Subselection for plotting (following the order in summary
). Example: which = c(1,3,5)
Character string for smoothing kernel ("gaussian"
, "rectangular"
, "triangular"
, "epanechnikov"
, "biweight"
, "cosine"
, or "optcosine"
)
Colour of curves
Line width of curves
Magnification to be used for axis-labels
Other arguments (not yet implemented)
Presents distributions of the estimated life expectancies derived from
the maximum likelihood estimate of the model parameters.
The smoothing is undertaken using the R
function density
.