medianfit {twoway} | R Documentation |
Fit a two-way table using median polish
medianfit(x, trace.iter = FALSE, ...)
x |
a numeric matrix or data frame |
trace.iter |
whether to give verbose output of iteration history in median polish. |
... |
other arguments passed down |
An object of class c("twoway", "medpolish")
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"