plot.Lapl {csampling} | R Documentation |
Plot uni- and bivariate approximate marginal densities
Description
Plots the uni- and bivariate approximations to the marginal densities of components of the MLE obtained by Laplace's method.
Usage
## S3 method for class 'Lapl.spl'
plot(x, ...)
## S3 method for class 'Lapl.cont'
plot(x, ...)
Arguments
x |
an object of class |
... |
additional graphics parameters. |
Details
This is a method for the function plot()
for objects
inheriting from class Lapl.spl
and Lapl.cont
generated by the Laplace()
routine.
See Also
[Package csampling version 1.2-2.1 Index]