~ubuntu-branches/ubuntu/breezy/lme4/breezy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Douglas Bates
  • Date: 2005-05-20 09:30:11 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050520093011-vp8clxugp8hbjejp
Tags: 0.95.8-1
* New upstream release
* Upstream release no longer requires r-cran-latticeextra. Closes: Bug#307497 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-05-19  Douglas Bates  <bates@bates1-home>
 
2
 
 
3
        * R/lmer.R (fn): Restored the ML in name MLdeviance from summary.
 
4
 
 
5
2005-04-18  Douglas Bates  <bates@bates1-home>
 
6
 
 
7
        * R/lmer.R: Choose method values appropriately for lmer with or
 
8
        without a family argument.
 
9
 
 
10
        * DESCRIPTION: change dependence to Matrix(>= 0.95-6)
 
11
 
 
12
        * R/lmList.R: Added argument pool to confint method for lmList and
 
13
        order to plot method for confint.lmList
 
14
 
 
15
2005-04-15  Douglas Bates  <bates@bates1-home>
 
16
 
 
17
        * DESCRIPTION: Change dependence to R (>= 2.1.0) and remove the
 
18
        contr.SAS definition and documentation.
 
19
 
 
20
2005-04-12  Douglas Bates  <bates@bates1-home>
 
21
 
 
22
        * R/lmer.R: Fixed problem with assignment of frame in lmer method
 
23
        with nonmissing family argument.
 
24
 
 
25
2005-04-06  Douglas Bates  <bates@bates1-home>
 
26
 
 
27
        * R/lmer.R: Fix with method to accomodate for nontrivial na.action
 
28
 
 
29
        * R/lmList.R: Repair the plot method for the lmList.confint class
 
30
 
 
31
2005-04-05  Douglas Bates  <bates@bates1-home>
 
32
 
 
33
        * R/lmer.R: Update of the "with" method.
 
34
        * : Removed humongous PDF file accidently included in tarball.
 
35
        Created release 0.95-3.
 
36
        
 
37
 
 
38
2005-02-27  Douglas Bates  <bates@bates1-home>
 
39
 
 
40
        * R/lme.R: Removed the stubs of the plot methods.
 
41
 
 
42
        * NAMESPACE: Remove imports from the Matrix package as it is
 
43
        listed in the Depends.
 
44
 
 
45
2005-02-24  Douglas Bates  <bates@bates1-home>
 
46
 
 
47
        * R/lmer.R (fn): Added an anova method for lmer objects that
 
48
        provides F tests based on the terms object.
 
49
        * data/ and man/: Moved all data sets from "Mixed-Effects Models
 
50
        in S and S-PLUS" to the MEMSS package and all other test data sets
 
51
        to the mlmRev package.
 
52
 
 
53
2005-01-24  Douglas Bates  <bates@bates7>
 
54
 
 
55
        * man/{guPrenat.Rd,guImmun.Rd,s3bbx.Rd,s3bby.Rd}: Add
 
56
        \encoding{latin1} per Kurt's request. 
 
57
 
 
58
2005-01-23  Douglas Bates  <bates@bates7>
 
59
 
 
60
        * R/lmer.R (fn): In the gradient function passed to optim, check
 
61
        if the parameters are equal to the current values before
 
62
        installing them.  This could save an unnecessary decomposition.
 
63
 
 
64
2005-01-22  Douglas Bates  <bates@bates7>
 
65
 
 
66
        * R/lmer.R (lmer): Changes in formulas code to allow explicit
 
67
        interactions in the grouping factors and formula without a fixed
 
68
        term.
 
69
 
 
70
2005-01-03  Douglas Bates  <bates@bates1-home>
 
71
 
 
72
        * R/lmer.R: Switch from lmeRep to lmer representation
 
73
 
1
74
2004-12-16  Douglas Bates  <bates@bates1-home>
2
75
 
3
76
        * R/lme.R (make.mf.call): Omit control values that are no longer used.