Dear R-devel members, I think I've found a minor bug in plot.intervals.lmList. ( The guide https://www.r-project.org/bugs.html suggests to report it here, as I do not have a bugzilla account.)
Here is a minimal reproducible example to demonstrate the problem: fm1 <- lmList(distance ~ age | Subject, Orthodont) plot(intervals(fm1),ylab="a") This results in: "Error in bwplot.formula(x = group ~ intervals | what, data = list(group = c(1L, : formal argument "ylab" matched by multiple actual arguments". I am not an experienced R programmer at that level, but I think the problem is due to the fact that ylab is explicitly passed as an argument to dotplot *and* the ... is also passed (which will also include ylab in the above example). Tamas ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel