rho: Extracting the autocorrelation parameter

View source: R/methods.R

rhoR Documentation

Extracting the autocorrelation parameter

Description

The function rho returns the autocorrelation parameter from either a praislm or a twoStepsBenchmark object. If include.rho is FALSE, rho returns zero.

Usage

rho(object)

Arguments

object

a praislm or twoStepsBenchmark object.

Value

a double of length 1.

Examples

benchmark <- twoStepsBenchmark(turnover,construction,include.rho = TRUE); rho(benchmark)


arnaud-feldmann/disaggR documentation built on July 21, 2024, 8:15 a.m.