Learn R Programming

dcce (version 0.4.2)

rank_condition: Rank Condition Classifier

Description

Implements the De Vos et al. (2024) rank condition classifier for CCE estimators. Tests whether the rank condition holds (RC=1) which ensures CCE consistency.

Usage

rank_condition(object, criterion = c("er", "gr"))

Value

An object of class dcce_rank with elements m (number of common factors), g (rank of average factor loadings), RC (1 if rank condition holds, 0 otherwise).

Arguments

object

A dcce_fit object.

criterion

Character: "er" or "gr" for factor number selection. Default "er".

Details

Note: Only valid for static panels. Emits a warning if called on dynamic or PMG models.