get.rawFD.from.regression {fractaldim} | R Documentation |
Obtaining Regression Object
Description
Obtaining and summarizing result of a linear regression of the log-log plot, object of class FDloglog
.
Usage
get.rawFD.from.regression(x, y, leaveout = 0)
## S3 method for class 'FDloglog'
summary(object, ...)
Arguments
x |
Values of the x-axis. |
y |
Values of the y-axis. |
leaveout |
Number of points (from the beginning of the arrays) to leave out of the regression. |
object |
Object of class |
... |
Not used. |
Value
Function get.rawFD.from.regression
returns an object of class FDloglog
with the following components:
alpha , intercept |
Slope and intercept of the regression. |
x , y |
x and y values, including the |
n |
Length of |
lsq |
The least squared of the regression. |
Author(s)
Hana Sevcikova
See Also
[Package fractaldim version 0.8-5 Index]