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

Description Usage Arguments Value Author(s) Examples

View source: R/plot.simul.lmp.R

Description

It returns the histograms of the estimates of the regression coefficients, of the scale parameter sigmap and of the shape parameter p.

Usage

1
2
## S3 method for class 'simul.lmp'
plot(x,...)

Arguments

x

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

...

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 sigmap and of the structure parameter p.

Author(s)

Angelo M. Mineo

Examples

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

normalp documentation built on Feb. 14, 2020, 5:08 p.m.