eqns_info | R Documentation |
Allometric equations that are considered in the development of linear models.
eqns_info
A dataframe with 5 variables:
One of the six general types of allometric equations.
Basic form of the allometric equation.
The basic formula
used to fit the model.
The weight
argument in the model.
Character string used to represent the unique combinations of equations and weights.
Six allometric equations used to develop linear models for urban trees:
Linear: y_{i} = a + bx_{i} + ε_{i}/√{w_{i}}
Quadratic: y_{i} = a + bx_{i} + cx^2_{i} + ε_{i}/√{w_{i}}
Cubic: y_{i} = a + bx_{i} + cx^2_{i} + dx^3_{i} + ε_{i}/√{w_{i}}
Quartic: y_{i} = a + bx_{i} + cx^2_{i} + dx^3_{i} + ex^4_{i} + ε_{i}/√{w_{i}}
Log-log: \log{(y_{i})} = a + b(\log{(\log{(x_{i} + 1)})}) + ε_{i}/√{w_{i}}
Exponential: \log{(y_{i})} = a + bx_{i} + 1 + ε_{i}/√{w_{i}}
where
y_{i} = Response variable of individual tree i, i = 1,2,3... n, n = number of observations
x_{i} = Predictor variable
a,b,c,d,e = Parameters to be estimated
ε_{i} = Normally distributed error term
w_{i} = Known weight that takes one of the four following forms: w_{i} = 1, w_{i} = 1/√{x_{i}}, w_{i} = 1/√{x_{i}}, w_{i} = 1/x_{i}^2.
McPherson E. G., van Doorn N. S. & Peper P. J. (2016) Urban Tree Database and Allometric Equations. General Technical Report PSW-GTR-253, USDA Forest Service, 86.
data(eqns_info) head(eqns_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.