Rev 3687 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
version 1.2-24 2005-12-09catsM.Rd: correct units for hearts to that given (correctly) in MASS.Add French and en@quot translation.version 1.2-23 2005-07-26Add error message for a = NA in bca.ci.In cv.glm, eval updated formula in the parent.version 1.2-22 2005-02-01Improve error messages for possible translation.version 1.2-21 2005-01-21remove <<see below>> in ?boot.arrayversion 1.2-20 2004-11-03remove require(ts) call in tsbootversion 1.2-19 2004-08-12version 1.2-18 2004-08-03versions for R 2.0.0.version 1.2-17 2004-04-20remake datasets: looks like wool, coal and manaus were corrupt.version 1.2-16 2003-12-08updates for R 1.9.0's namespacesversion 1.2-15 2003-10-22consistency in documentation of default args.tapply(foo)[bar] is now still an array in R.version 1.2-14 2003-08-10remove unused varsadd local definition for is.missinguse \dQuote markup in help files.ensure .Random.seed is saved/retrieved in the workspace.remove/comment redundant assignments.version 1.2-13 2003-03-09update NAMESPACE filecensboot.Rd: call generic, not predict.smooth.splineversion 1.2-12 2003-03-01Use namespace, remove help for internal functions.glm.diag.plots had one set of axis labels reversed.version 1.2-11 2003-01-29Replace inv.logit with overflow-proof plogis.Remove birthwt (from MASS) and help page for lynx.version 1.2-10 2002-11-30Use optim(method="BFGS") for 1D optimizationversion 1.2-9 2002-11-05Remove datasets taken from MASS package.version 1.2-8 2002-04-11Remove arima.sim.Converted data sets to version 2 .rda, compressed larger ones.More care over .Random.seed.version 1.2-7 2002-01-29Added some help pages from Angelo Canty.Bug fix to simplex() from Duncan Murdoch.version 1.2-6 2001-11-27Start documenting rest of the objects and arguments.version 1.2-5 2001-08-16version 1.2-4 2001-08-08Use TRUE and FALSE on help pages, add ... to arg lists.version 1.2-3 2001-06-16Change to survival from survival5.version 1.2-2 2001/03/31Add priority: recommended.Remove test directory, as R CMD check works (but takes a long time).version 1.2-1 2001/03/03Mods from Angelo Canty for version 1.2 of the library section.Dataset beaver was corrupted and it has been repaired.Change T, F to TRUE, FALSE in R code.version 1.1-7 2000/12/28Changes for R 1.2.0, this is really boot version 1.1 now,version 1.0-6 2000/11/27Re-port all the help files with Sd2Rd 1.15.R-specific change in glm.diag.version 1.0-5 2000/02/06Change tsboot for R, make tsboot examples work.Revise censboot examples to avoid conflicts with survival5 datasets.Help files for datasets now use keyword `datasets' not `sysdata'Replace nlm by optim, as works much better. One example stillfails, but it diverges on S and the authors did not notice.version 1.0-4 1999/11/21version 1.0-3Adjustments for later versions of R (removing functions added here).version 1.0-2 1999/02/24Removed sample, model.response from zzz.RChanged attributes(out$spa)$name<- to names(out$spa)<- in saddle.Altered test/test-examples to make use of the examples now in R-ex.Note that saddle.distn and functions that depend on it (control)may fail due to lack of robustness of nlm.version 1.0-1 1998/07/24boot/R:Many funs store the .Random.seed but that need not exist, so callrunif(1) first.Add missing function union in zzz.RAdded version of sample that uses prob= in zzz.RReplace is.matrix by isMatrix <- function(x) length(dim(x)) == 2as R does not think a data frame is a matrix.Replace reading of a number in glm.diag.plots by readline.Replace nlmin by nlm, with appropriate changes to returned components.(This is not wholly successful, as nlm seems less tolerant.)Comment out assigns to frame=1.split.screen etc are not in R yet: use par(mfrow) in plot.glm.diag andlayout in plot.boot.add drop=F in cv.glm, cens.weird.change is.inf to is.infinite.change maxit= in glm calls in saddle to calls to control=boot/data:add a dummy rts: rts <- function(units, name, ...) ts(...)to top of bootdata.qedit n= to nmax= in scan (carefully: also occurs in lists in scancommands).addfor(obj in ls()) save(obj, file = paste(obj, ".rda", sep=""), ascii=T)to end of bootdata.qR -v 20 --no-save < bootdata.qcd4.nested is made by bd.q in the top directory.boot/man:convert files by Sd2Rd. Add data() lines.boot/test:script to test the examples in the help files. Not all will run,as far as I know due to things missing in R or nlm not copingas well as nlmin.