Learn R Programming

refund (version 0.1-40)

pffrGLS: Penalized function-on-function regression with non-i.i.d. residuals (deprecated)

Description

**Deprecated**

`pffrGLS()` is deprecated. Use pffr() with sandwich = "cluster" or sandwich = "cl2" instead.

Usage

pffrGLS(
  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,
  ...
)

Value

Does not return; always errors with a deprecation message.

Arguments

formula, yind, hatSigma, data, ydata, algorithm, method, tensortype, bs.yindex, bs.int, cond.cutoff, ...

Ignored. The function always errors.