panel.checks: panel.checks

View source: R/panel-checks.R

panel.checksR Documentation

panel.checks

Description

Validates that the panel data structure is compatible with the panel estimators in the qte package. Specifically: checks that the treated group composition is constant across all time periods, warns if covariates appear to vary over time, and stops with an informative message if the treated group is empty or changes.

Usage

panel.checks(qp)

Arguments

qp

QTEparams object

Value

Invisibly returns NULL. Called for its side effects (warnings and errors).


qte documentation built on July 23, 2026, 5:13 p.m.