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)


InseeFr/disaggR documentation built on June 29, 2024, 7:10 p.m.