Learn R Programming

fractal (version 2.0-4)

lmConvert: Stochastic fractal exponent conversion

Description

Estimates the unknown variance of a stochastic fractal process.

Usage

lmConvert(x, to="delta")

Arguments

x

an object of class "lmModel". Use the lmModel function to create this input.

to

a character string defining the target conversion for the given model exponent. Choices are: "alpha","delta","HG","HB","beta". Default: "delta".

Value

numeric value representing the converted exponent.

See Also

lmModel, lmConfidence.

Examples

Run this code
# NOT RUN {
model <- lmModel("ppl",alpha=-0.99)
lmConvert(model, to="delta")
# }

Run the code above in your browser using DataLab