predictEigenCoef: Eigencoefficient Prediction

Description Usage Arguments

Description

Predicts the eigencoefficients based on an estimated transfer function and new data provided.

Usage

1
predictEigenCoef(H, newdata = NULL, yk = NULL)

Arguments

H

A list returned by tf() containing H, Hinfo, and info.

newdata

A data.frame containing the new data. Must have the same column names as the original data used in the transfer function estimation.

newyk

A list of matrices. One matrix per predictor with the kth column giving the kth eigencoefficient for that predictor.


driegert/transfer3 documentation built on May 3, 2019, 8:33 p.m.