View source: R/plot.simul.lmp.R
plot.simul.lmp | R Documentation |
It returns the histograms of the estimates of the regression coefficients, of the scale
parameter \sigma_p
and of the shape parameter p
.
## S3 method for class 'simul.lmp'
plot(x,...)
x |
A |
... |
Further arguments passed to or from other methods |
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
.
Angelo M. Mineo
sim<-simul.lmp(n=10,m=50,q=1,data=1.5,int=0,sigmap=1,p=3.5)
plot(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.