Description Usage Arguments Author(s) Examples
Graphs an additive fit of a two-way table.
1 |
row.part |
numeric vector of values of row component |
col.part |
numeric vector of values of column component |
row.lab |
character vector of labels of row component |
col.lab |
character vector of labels of column component |
Jim Albert
1 2 3 4 5 6 7 8 9 10 | temps=matrix(data=c(50,30,35,21,38,
73,58,65,57,63,
88,83,89,84,86,
73,62,68,59,66),nrow=5,ncol=4,
dimnames=list(c("Atlanta","Detroit","Kansas City",
"Minneapolis","Philadelphia"),c("January","April",
"July","October")))
fit=medpolish(temps)
plot2way(fit$row+fit$overall,fit$col,
dimnames(temps)[[1]],dimnames(temps)[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.