eqns_info: Allometric equations for linear models

eqns_infoR Documentation

Allometric equations for linear models

Description

Allometric equations that are considered in the development of linear models.

Usage

eqns_info

Format

A dataframe with 5 variables:

modeltype

One of the six general types of allometric equations.

base_equation

Basic form of the allometric equation.

base_formula

The basic formula used to fit the model.

weights

The weight argument in the model.

modelcode

Character string used to represent the unique combinations of equations and weights.

Details

Six allometric equations used to develop linear models for urban trees:

  1. Linear: y_{i} = a + bx_{i} + ε_{i}/√{w_{i}}

  2. Quadratic: y_{i} = a + bx_{i} + cx^2_{i} + ε_{i}/√{w_{i}}

  3. Cubic: y_{i} = a + bx_{i} + cx^2_{i} + dx^3_{i} + ε_{i}/√{w_{i}}

  4. Quartic: y_{i} = a + bx_{i} + cx^2_{i} + dx^3_{i} + ex^4_{i} + ε_{i}/√{w_{i}}

  5. Log-log: \log{(y_{i})} = a + b(\log{(\log{(x_{i} + 1)})}) + ε_{i}/√{w_{i}}

  6. 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.

References

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.

Examples

data(eqns_info)
head(eqns_info)

xp-song/allometree documentation built on March 28, 2022, 4:36 a.m.