View source: R/summary.simul.lmp.R
summary.simul.lmp | R Documentation |
This function is the summary
method for class "simul.lmp"
. This function
produces a set of results for a simulation plan for a linear regression model with
errors distributed as an exponential power distribution.
## S3 method for class 'simul.lmp'
summary(object, ...)
## S3 method for class 'summary.simul.lmp'
print(x, ...)
object |
An object of class |
x |
An object of class |
... |
Further arguments passed to or from other methods. |
This function returns this information:
Results |
Table containing the simulation results. |
Coefficients |
The true values of coefficients used on the simulation model. |
Formula |
The used linear regression model. |
Number of samples |
Number of samples generated. |
Value of p |
Value of the shape parameter |
Number of samples with problems on convergence |
If |
Angelo M. Mineo
ris<-simul.lmp(100,20,2,data=c(3,2),int=0,sigmap=1,p=3)
summary(ris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.