Learn R Programming

normalp (version 0.7.0)

plot.simul.mp: Plots of the results of a simulation plan on the parameters of an exponential power distribution

Description

It returns the histograms of the vector of means, estimates of \(\mu\), standard deviations, estimates of \(\sigma_p\) and estimates of \(p\).

Usage

# S3 method for simul.mp
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 an exponential power distribution.

Examples

Run this code
# NOT RUN {
## The histograms of all the computed estimates
a<-simul.mp(100,50,mu=0,sigmap=1,p=3)
plot(a)
# }

Run the code above in your browser using DataLab