optim_lin | R Documentation |
As title.
optim_lin(f,init1,init2=NULL,n = 100,...)
f |
|
init1 |
Initial lower bound of the func |
init2 |
Initial upper bound of the func, if null then init1 must be a vector with length 2. |
Hao Li
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.