**Deprecated**
`pffr_gls()` is deprecated. Its GLS-based covariance correction produced
poorly calibrated inference in practice. Use pffr() with
sandwich = "cluster" (the new default) or sandwich = "cl2"
for robust covariance estimation instead.
pffr_gls(
formula,
yind,
hatSigma,
data = NULL,
ydata = NULL,
algorithm = NA,
method = "REML",
tensortype = c("ti", "t2"),
bs.yindex = list(bs = "ps", k = 5, m = c(2, 1)),
bs.int = list(bs = "ps", k = 20, m = c(2, 1)),
cond.cutoff = 500,
...
)Does not return; always errors with a deprecation message.
Ignored. The function always errors.
Fabian Scheipl
pffr for the recommended approach with sandwich CIs.