meanfit {twoway} | R Documentation |
Fit a two-way table using row and column means
meanfit(x, ..., na.rm=FALSE)
x |
a numeric matrix or data frame |
... |
other arguments passed down |
na.rm |
logical. Should missing values be removed? |
An object of class c("twoway")
with the following named components:
the fitted constant term.
the fitted row effects.
the fitted column effects.
the residuals.
the name of the dataset.
the names for the rows
the names for the columns
"median"