Description Usage Arguments Examples
Plot of the coefficients of a step
1 2 | plot.coefficient(x, step, ylab = "coefficients",
xlab = "variables", ...)
|
x |
A LarsPath object. |
step |
The step at which you want to plot the coefficients. |
ylab |
Name of the y axis. |
xlab |
Name of the x axis. |
... |
Other plot arguments. |
1 2 3 | dataset=MPA.simul(50,10000,0.4,10,50,matrix(c(0.1,0.8,0.02,0.02),nrow=2))
result=MPA.fusion(dataset$data,dataset$response)
plot.coefficient(result,45) #plot coefficients at the step 45
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.