normalp (version 0.7.2)

plot.simul.lmp: Plots of the results of a simulation plan on a linear regression model

Description

It returns the histograms of the estimates of the regression coefficients, of the scale parameter \(\sigma_p\) and of the shape parameter \(p\).

Usage

# S3 method for simul.lmp
plot(x,...)

Value

The histograms of all the coefficients of the linear regression model and of the estimates of the scale parameter \(\sigma_p\) and of the structure parameter \(p\).

Arguments

x

A simul.lmp object, typically result of simul.lmp

...

Further arguments passed to or from other methods

Author

Angelo M. Mineo

Examples

Run this code
sim<-simul.lmp(n=10,m=50,q=1,data=1.5,int=0,sigmap=1,p=3.5)
plot(sim)

Run the code above in your browser using DataLab