Rev 1551 | Rev 1754 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
2005-07-12 Douglas Bates <bates@bates1-home>* inst/scripts/ch01.R: Clean up and check these scripts* src/nlmefit.c (gls_loglik): re-write contributed by ?? (Iaccidently deleted the email message).* R/lme.R (lme.formula): Use nlminb if available.2005-06-08 Douglas Bates <bates@bates1-home>* R/lme.R (predict.lme): Fixed bug when using a name for a formulain original fit. (Reported by Arne.Mueller@sanofi-aventis.com)2005-05-20 Douglas Bates <bates@bates1-home>* man/contr.SAS.Rd: Removed2005-04-04 Douglas Bates <bates@bates1-home>* R/newFunc.R: Removed contr.SAS definition as it has been revisedand moved into the stats package for R-2.1.02005-03-02 Douglas Bates <bates@bates1-home>* src/nlmefit.c (gls_loglik): Replaced rnkm1 by p.* po/,inst/po/: Added localization support.2004-11-04 Douglas Bates <bates@bates1-home>* src/nlmefit.c (dimFree): Fix memory leak reported by Brian Ripley.2004-11-03 Douglas Bates <bates@bates1-home>* man/varWeights.Rd: Remove all calls to data()* man/corExp.Rd: Remove all references to the mva package2004-08-10 Douglas Bates <bates@bates1-home>* man/pairs.compareFits.Rd: fix syntax errors (new check availablein R CMD check)2004-01-14 Douglas Bates <bates@stat.wisc.edu>* man/getCovariate.varFunc.Rd: Syntax correction from Kurt.2003-12-16 Douglas Bates <bates@stat.wisc.edu>* install.R: Create stored image2003-08-29 Douglas Bates <bates@stat.wisc.edu>* tests/lme.Rout.save (Coefficients): Now consistent withi386-linux result.* src/base.h: Replace R_ext/Mathlib.h by Rmath.h2003-08-09 Douglas Bates <bates@stat.wisc.edu>* man/Covariate.varFunc.Rd, man/Matrix.pdMat.Rd, man/Matrix.reStruct.Rd, man/Names.pdMat.Rd, man/Names.reStruct.Rd, man/coef.corStruct.Rd, man/coef.modelStruct.Rd, man/coef.pdMat.Rd, man/coef.reStruct.Rd, man/coef.varFunc.Rd, man/getData.lmList.Rd, man/gnls.Rd:Use \method for replacement method documentation as per Rd changes* R/lme.R:Changed check for intercept-like column in getFixDF (PR#2418)2003-06-12 Douglas Bates <bates@stat.wisc.edu>* DESCRIPTION: New release* man/ranef.lmList.Rd, man/nlme.Rd: Overdocumented arguments2003-06-10 Douglas Bates <bates@stat.wisc.edu>* man/MathAchSchool.Rd, man/MathAchieve.Rd, ChangeLog, DESCRIPTION, R/groupedData.R, inst/scripts/ch03.R, inst/scripts/ch04.R:Release 3.1-42* inst/scripts/ch01.R: Protecting power in formula2003-06-10 Douglas Bates <bates@stat.wisc.edu>* R/groupedData.R: Fixed bug in groupedData constructor when outeris not missing.2003-05-16 Douglas Bates <bates@stat.wisc.edu>* src/nlmefit.c (internal_EM): Fix by Peter Dalgaard for compoundsymmetry EM calculations (PR#2985)2003-05-05 Douglas Bates <bates@stat.wisc.edu>* R/lmList.R (update.lmList): Changed this and several otherupdate methods.* R/groupedData.R: Use eval instead of do.call (Dieter Menne)2003-04-17 Douglas Bates <bates@stat.wisc.edu>* NAMESPACE: contributed by Brian Ripley* man/print.corStruct.Rd: Removed this and many other redundantdocumentation files for S3 methods.* R/<many files> Remove redundant GPL notices.2003-03-25 Douglas Bates <bates@stat.wisc.edu>* R/nlme.R (nonlinModel): Moved definition from AAA.R to here* man/summary.nlsList.Rd: Remove references to summary.nls* R/newMethods.R: Remove vestigial definitions of AIC.lm* R/zzMethods.R: Remove references to AIC.lm2003-02-08 Douglas Bates <bates@stat.wisc.edu>* R/lme.R (lme.formula): Removed hessian=TRUE in calls to optim assuggested by Brian Ripley.2003-01-30 Douglas Bates <bates@stat.wisc.edu>* R/lme.R:Incorporate change from Brian Ripley in response to Dieter Menne* man/lme.lmList.Rd, man/lme.groupedData.Rd, man/lme.Rd:Documentation of the contrasts argument added (Greg Warnes).2003-01-30 Douglas Bates <bates@stat.wisc.edu>* R/lme.R (lme.formula): Incorporate Greg Warnes' changes forthe contrasts argument.* R/nlsList.R: Correct check for is.null(class(FUN))2002-12-27 Douglas Bates <bates@stat.wisc.edu>* R/newFunc.R (gsummary): Fix comparison in check for varyingcolumns (PR#1775 - bug report with fix provided by Dieter Menne.2002-12-11 Douglas Bates <bates@stat.wisc.edu>* R/lme.R (print.lme): Removed one more as.vector()* R/varFunc.R (print.summary.varFixed): changed instances ofdeparse(as.vector(x)) to deparse(x) here and in many other places.2002-09-10 Saikat DebRoy <saikat@stat.wisc.edu>* nlsList.R (nlsList.formula): Use "try" instead of "restart".2002-08-09 Douglas Bates <bates@stat.wisc.edu>* R/groupedData.R: Fixed creation of grouped data from a formulaonly* R/newGenerics.R: Renamed the initialize generic and all methodsand calls to Initialize so as not to conflict with the methodspackage.2002-07-23 Douglas Bates <bates@stat.wisc.edu>* R/lme.R (update.lme): Fix formula handling in update methods(Brian Ripley).2002-04-20 Douglas Bates <bates@stat.wisc.edu>* R/nlme.R: Bug fix by SDR - convergence criterion was beingcalculated incorrectly.2002-04-04 Douglas Bates <bates@stat.wisc.edu>* man/getVarCov.Rd: Added an example of the type="marginal"Corrected misplaced brace.* R/VarCov.R (getVarCov.lme): Added the getVarCov functionscontributed by Mary Lindstrom <lindstro@biostat.wisc.edu>2002-03-27 Douglas Bates <bates@stat.wisc.edu>* R/lme.R (anova.lme): Change strvar != "NA" to !is.na(strvar)2002-03-05 Douglas Bates <bates@stat.wisc.edu>* man/ACF.gls.Rd: Changed Jose's email address on this and all theother man pages.* R/varFunc.R: Incorporate fix from Thomas Lumley and from SetzerWoodrow for the logic where ifelse(length(el) == 1, is usedinstead of if(length(el) == 1)* R/pdMat.R: Change all vestigial instances of T and F to TRUE andFALSE.2001-12-18 Douglas Bates <bates@stat.wisc.edu>* R/corStruct.R: Finally resolved the print.summary.corSymmcontroversy so it prints and it prints the correct value.2001-12-10 Douglas Bates <bates@stat.wisc.edu>* R/lme.R: unclassed the logLik component of an lme summary beforetrying to put it into a data frame for printing.2001-12-01 Douglas Bates <bates@stat.wisc.edu>* R/zzMethods.R: Removed the .Alias calls.2001-10-30 Douglas Bates <bates@stat.wisc.edu>* man/pairs.lme.Rd: Modified many documentation files to pass thecodoc checks.2001-10-23 Douglas Bates <bates@stat.wisc.edu>* man/ACF.lme.Rd: Modified many, many method definitions anddocumentation files to get them to pass the R-1.4.0 (indevelopment) package checking process.2001-10-08 Douglas Bates <bates@stat.wisc.edu>* R/lmList.R: Fixed definition of logLik.lmList to work with R(but it is still rather ugly).* R/varFunc.R: Changed definition of logLik.varComb to return alogLik object.2001-10-05 Douglas Bates <bates@stat.wisc.edu>* R/lmList.R: Fixed selection of id[subscripts] in the panelfunction of pairs.lmList (and several other functions) so it doesnot produce a warning from evaluating is.na(NULL).2001-09-17 Douglas Bates <bates@stat.wisc.edu>* R/nlme.R: Incorporated a change fromSetzer.Woodrow@epamail.epa.gov for using nested grouping factorsin nlme.2001-06-20 Douglas Bates <bates@stat.wisc.edu>* R/varFunc.R: Changes in calling sequences and in documentationso the package passes codoc() checks. These affect many files inboth the R and the man directory. No changes of substance.2001-05-29 Martin Maechler <maechler@stat.math.ethz.ch>* R/zzMethods.R: Use .Alias()* R/newGenerics.R: Generic AIC()* R/newMethods.R: logLik.lm() moved to "base R"* man/AIC.Rd,* man/AIC.logLik.Rd: AIC.logLik() and AIC.lm() as well* man/logLik.lm.Rd:2001-03-28 Douglas Bates <bates@stat.wisc.edu>* R/simulate.R: Modified simulate.lme for default pdMat class ofpdLogChol.2001-02-24 Douglas Bates <bates@stat.wisc.edu>* R/newFunc.R: Removed the old fake xyplot function. The new workby Murrell and Sarkar will make this superfluous.* man/MEestimate.Rd: Added manual pages for MEEM, MEdecomp,MEestimate.* R/newMethods.R: Revised assignments in plotting methods to becompatible with the Murrell/Sarkar preliminary trellis package.* src/nlmefit.c (internal_decomp): Corrected an error reported byKathryn Chaloner where Srows >= ZXrows.2001-01-10 Douglas Bates <bates@stat.wisc.edu>* DESCRIPTION (Maintainer): Added Maintainer entry toDESCRIPTION.2000-12-09 Douglas Bates <bates@stat.wisc.edu>* R/lme.R: (Variogram.lme) Coerced n.pairs to numeric andcorrected calls to dist.2000-12-08 Douglas Bates <bates@stat.wisc.edu>* R/lme.R: Changed all calls to dist in lme.R, gls.R andcorStruct.R to use the argument "method" rather than "metric".* R/pdMat.R: Replaced calls to .Fortran("dbksl", ...) with callsto the R function solve() for R-1.2.0 where the S_compat.c filehas been removed.* inst/scripts/ch01.R: Added the chapter scripts from"Mixed-Effects Models in S and S-PLUS" to the inst directory.* man/formula.nlme.Rd: Modified the examples in this and manyother .Rd files to use the Loblolly data and the SSasympself-starting function. There were many occasions where theSoybean data was being fit to a default formulation of an nlmemodel just to get things like a formula. This fit of the Soybeandata is difficult and time consuming and not very illuminating.2000-11-30 Douglas Bates <bates@stat.wisc.edu>* src/matrix.c: Removed dependency on S_compat.h by replacingcalls to dqrdca with the equivalent call to dqrdc2.2000-07-24 Saikat DebRoy <saikat@stat.wisc.edu>* Changed various uses of do.call to eval. The reason for doingthis is to allow calls to the function calling eval from withinanother function. It's the old scoping problem again.2000-07-07 Saikat DebRoy <saikat@stat.wisc.edu>* src/nlme.c, src/nlmefit.c: Added mixed_grad in calls to optif9.* src/nlmefit.c : Added handling of pdLogChol objects (pdClass =4) in various functions.* src/nlmefit.c (mixed_grad): New function giving analyticgradient for mixed-effects log-likelihood.* R/nlme.R (nlme.formula): Added updating of the pdFactor in thePNLS step.* R/reStruct.R: Made pdLogChol the default representation forreStruct objects.* src/pdMat.c (logChol_pd): new function.* R/pdMat.R: Added back the pdLogChol class and associatedmethods.2000-07-03 Douglas Bates <bates@stat.wisc.edu>* man/corFactor.corStruct.Rd: Added an alias forcorFactor.corNatural* src/nlmefit.c (internal_loglik): Changed the return value onerror from R_NegInf to -DOUBLE_XMAX so the optif[09] optimizerswill work properly.* src/corStruct.c (corStruct_factList): Provided a correct call tothe R version of F77_CALL(chol) here and everywhere else in thissource file.* R/zzz.R: Removed the deprecated call to provide2000-03-17 Douglas Bates <bates@stat.wisc.edu>* added many data sets* incorporated patches from Brian Ripley to use optim for theoptimization rather than nlm* src/nlmefit.c (internal_loglik): Returned R_NegInf instead ofgenerating a error on a singular precision matrix.* DESCRIPTION (Depends): Changed Depends to R version 1.0.1because of problem with assigning components of lists.1999-12-23 Douglas Bates <bates@stat.wisc.edu>* TITLE: Changed the title to nlme