linearFilter-class {xnet} | R Documentation |
Class linearFilter
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
.
[Package xnet version 0.1.11 Index]