search for: estion

Displaying 1 result from an estimated 1 matches for "estion".

Did you mean: gestion
2005 Apr 14
1
predict.glm(..., type="response") loses names (was RE: [R] A sugg estion for predict function(s))
...k(): eta <- pmin(thresh, pmax(eta, -thresh)) which should probably be: eta <- pmin(pmax(eta, -thresh), thresh) This is because pmin/pmax preserve the names of it's first argument, not the second. There are quite a few other places in make.link() like this. Question to R Core: Would such fixes be considered `trivial' enough to make it into R-2.1.0? Andy > I'm using > > > version > _ > platform i386-pc-mingw32 > arch i386 > os mingw32 > system i386, mingw32 > status > major 2 > minor...