Description Usage Arguments Value
View source: R/ApplyCombMod2.R
a non linear model combining an exponential and a linear fit is applied to the data using nls. starting values are calculated based on the data. Constraints are applied to the model based on the known constraints of the aimed model.
1 | ApplyCombMod2(data, y = "y", x = "x")
|
data |
data frame containg x and y data to which combined exponentail and linear model is ought to be applied to |
y |
name of column in data containing y data |
x |
name of column in data containing x data |
model parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.