plot.simul.lmp {normalp} | R Documentation |
It returns the histograms of the estimates of the regression coefficients, of the scale parameter sigmap and of the shape parameter p.
## S3 method for class 'simul.lmp': plot(x,...)
x |
A simul.lmp object, typically result of simul.lmp |
... |
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 sigmap 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)