Plot approximated marginal density using hpaML output
# S3 method for hpaML
plot(x, y = NULL, ..., ind = 1, given = NULL)
Object of class "hpaML"
this parameter currently ignored
further arguments (currently ignored)
= index of random variable for which approximation to marginal density should be plotted
= numeric vector of the same length as given_ind
from x
. Determines conditional values for the corresponding
components. NA
values in given
vector indicate that
corresponding random variable is not conditioned. By default all
given
components are NA
so unconditional marginal
density will be plotted for the ind
-the random variable.