View source: R/getExpStartVal.R
getExpStartVal | R Documentation |
Obtains approximate starting values for exponential model 'y~a*exp(b*x)' by linearizing the exponential model to 'ln(y)~ln(a)+bx' and transforming parameter 'a'. Values generated with this function may not be apropriate for other nonlinear models.
getExpStartVal(x, y)
x |
A vector or dataframe column of an independent variable |
y |
A vector or dataframe column of a dependent variable |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.