rho | R Documentation |
The function rho
returns the autocorrelation parameter
from either a praislm or a twoStepsBenchmark object.
If include.rho
is FALSE
, rho
returns zero.
rho(object)
object |
a praislm or twoStepsBenchmark object. |
a double of length 1.
benchmark <- twoStepsBenchmark(turnover,construction,include.rho = TRUE); rho(benchmark)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.