lmConvert {fractal} | R Documentation |
Estimates the unknown variance of a stochastic fractal process.
lmConvert(x, to="delta")
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" . |
numeric value representing the converted exponent.
model <- lmModel("ppl",alpha=-0.99) lmConvert(model, to="delta")