Displaying 1 result from an estimated 1 matches for "mdplsh".
Did you mean:
mdhash
2003 Mar 10
1
Problem with example(medpolish) in R-devel
Today's R-devel has a problem in `example(medpolish)'. It appears that
the `plot.medpolish' method is not available. Here is the output and
traceback() after starting `R --vanilla':
> library(eda)
> example(medpolish)
mdplsh> deaths <- rbind(c(14, 15, 14), c(7, 4, 7), c(8, 2,
10), c(15, 9, 10), c(0, 2, 0))
mdplsh> dimnames(deaths) <- list(c("1-24", "25-74", "75-199",
"200++", "NA"), paste(1973:1975))
mdplsh> deaths
1973 1974 1975
1-24...