linearFilter-class: Class linearFilter

Description Slots See Also

Description

The class represents the outcome of a linear filter, and is normally generated by the function linear_filter

Slots

y

the original label matrix with responses.

alpha

a numeric vector with the 4 alpha values of the model.

pred

a matrix with the predictions

mean

a numeric vector containing the global mean of y

colmeans

a numeric vector containing the column means of y

rowmeans

a numeric vector containing the row means of y.

na.rm

a logical value indicating whether missing values were removed prior to the calculation of the means.

See Also

linear_filter for creating a linear filter model, and getter fuctions for linearFilter.


xnet documentation built on Feb. 4, 2020, 9:10 a.m.