plot.simul.mp {normalp}R Documentation

Plots of the results of a simulation plan on the parameters of a normal of order p distribution

Description

It returns the histograms of the vector of means, estimates of Mp, standard deviations, estimates of sigmap and estimates of p.

Usage

plot(x, ...)

Arguments

x A simul.mp object, typically result of simul.mp
... Further arguments passed to or from other methods

Value

The histograms of the estimates of the parameters of a normal of order p distribution.

Author(s)

Angelo M. Mineo

Examples

## The histograms of all the computed estimates
a<-simul.mp(100,50,mu=0,sigmap=1,p=3)
plot(a)

[Package Contents]