Description Usage Arguments Value Examples
estimate some parameters in a regression model by the admm method
1 | admm(beta0, beta1, beta2, m, n)
|
beta0 |
one parameter in a regression model |
beta1 |
one parameter in a regression model |
beta2 |
one parameter in a regression model |
m |
the number of the sample |
n |
the observation number for a sample |
a table and a number
1 2 3 4 | ## Not run:
admm(1.5,1,0,20,5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.