Learn R Programming

makicoint (version 1.0.0)

pf: Main Procedure for Maki Cointegration Test

Description

Internal procedure function that orchestrates the break detection process.

Usage

pf(y, m, model, trimm = 0.15, lagoption = 1)

Value

List with test statistic and breakpoints.

Arguments

y

Matrix or data frame with dependent variable in first column.

m

Maximum number of breaks (0-5).

model

Model specification (0-3).

trimm

Trimming parameter (default 0.15).

lagoption

Lag selection option (0=no lags, 1=optimal lags).