Description Usage Arguments Author(s) See Also Examples
m_optim is use to find out the index of the independent variable when the variance of the error term is proportional to the independent variable.
1 |
data |
Must be a data frame, and the data data frame contains only the independent variable and the dependent variable, which can not contain other independent variables. |
x.col |
independent variable of columns in the data . |
y.col |
dependent variable of columns in the data . |
from,to |
the starting and (maximal) end values of the sequence. |
by |
number: increment of the sequence. |
Jinquan Lin
The model fitting function lm
;summary.lm
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.