BiDimRegression: Calculates the bidimensional regression between two 2D...

Description Usage Arguments Value See Also Examples

Description

Calculates the bidimensional regression between two 2D configurations using both Euclidean and Affine transformations following the approach by Tobler (1965). This function assumes strict data format and returns all coefficients and statistics in a single structure. Same functionality is now re-implemented in a R-friendly style, see lm2 function.

Usage

1

Arguments

coord

table that must contain two columns for dependent variables (named depV1 and depV2) and two columns for independent variables (named indepV1 and indepV2).

Value

an S3 class BiDimRegression containing all essential measures of the bidimensional regression

See Also

lm2

Examples

1
2
resultingMeasures <- BiDimRegression(NakayaData)
print(resultingMeasures)

alexander-pastukhov/bidim-regression documentation built on Feb. 20, 2022, 3:59 a.m.