[R] "parm" argument in confint.multinom () nnet package

2008-12-19 Thread Benjamin Barnes
Dear R users, The nnet package includes the multinom method for the confint function. The R Help file (?confint) for the generic function in the stats package and the help files for the glm and nls methods in the MASS package indicate that one can use the "parm" argument as "a specification of

Re: [R] Need help putting histograms on the diagonal of a splom plot

2007-09-21 Thread Benjamin Barnes
is[1:4]) For a histogram, things are a bit more complicated, but still easy enough: my.plot = function(data) { splom( ~data #, lower.panel=... #, upper.panel=... , diag.panel = function(x, ...) { yrng <- current.panel.limits()$ylim d <- density(x)