plot.simul.lmp {normalp} | R Documentation |
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 class 'simul.lmp'
plot(x,...)
Arguments
x |
A |
... |
Further arguments passed to or from other methods |
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
.
Author(s)
Angelo M. Mineo
Examples
sim<-simul.lmp(n=10,m=50,q=1,data=1.5,int=0,sigmap=1,p=3.5)
plot(sim)
[Package normalp version 0.7.2.1 Index]