Description Usage Arguments Examples
Fit LINEX models
1 2 |
formula |
a formula of the form |
data |
a data frame in which |
response |
instead of specifying a formula, expressions for the components can be specified individually. |
x1 |
instead of specifying a formula, expressions for the components can be specified individually. |
x2 |
instead of specifying a formula, expressions for the components can be specified individually. |
x3 |
instead of specifying a formula, expressions for the components can be specified individually. |
time |
instead of specifying a formula, expressions for the components can be specified individually. |
correlation |
an optional |
1 2 3 4 | data(EconUK)
linexModel(iGDP ~ iK + iL + iXp + iYear, data = EconUK)
linexModel(response = "iGDP", x1="iK", x2="iL", x3="iXp", time="iYear", data = EconUK)
naturalCoef(linexModel(response = "iGDP", x1="iK", x2="iL", x3="iXp", time="iYear", data = EconUK))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.