Skip to content

Commit

Permalink
version 0.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Bates authored and gaborcsardi committed Oct 19, 2006
1 parent 3aba8d8 commit 62c23ae
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,14 +1,14 @@
Package: SASmixed
Version: 0.4-1
Date: 2006-09-21
Version: 0.4-2
Date: 2006-10-19
Title: Data sets from "SAS System for Mixed Models"
Maintainer: Douglas Bates <bates@stat.wisc.edu>
Author: Original by Littel, Milliken, Stroup, and Wolfinger
modifications by Douglas Bates <bates@stat.wisc.edu>
Description: Data sets and sample lmer analyses corresponding
to the examples in Littel, Milliken, Stroup and Wolfinger
(1996), "SAS System for Mixed Models", SAS Institute.
Suggests: lattice, lme4 (>= 0.9975-0)
Suggests: lattice, lme4 (>= 0.9975-4)
LazyData: yes
License: GPL version 2 or later
Packaged: Thu Sep 21 08:21:20 2006; bates
Packaged: Thu Oct 19 13:21:37 2006; bates
4 changes: 2 additions & 2 deletions INDEX
Expand Up @@ -15,11 +15,11 @@ Mississippi Nitrogen concentrations in the Mississippi
Multilocation A multilocation trial
PBIB A partially balanced incomplete block
experiment
SIMS Second International Mathematics Study data
Semi2 Oxide layer thicknesses on semiconductors
Semiconductor Semiconductor split-plot experiment
SIMS Second International Mathematics Study data
TeachingI Teaching Methods I
TeachingII Teaching Methods II
WWheat Winter wheat
WaferTypes Data on different types of silicon wafers
Weights Data from a weight-lifting program
WWheat Winter wheat
Binary file modified inst/doc/Usinglme.pdf
Binary file not shown.
Binary file modified inst/doc/figs/f-adg1.pdf
Binary file not shown.
Binary file modified inst/doc/figs/f-bib1.pdf
Binary file not shown.
3 changes: 1 addition & 2 deletions man/Genetics.Rd
Expand Up @@ -31,8 +31,7 @@ The \code{Genetics} data frame has 60 rows and 4 columns.
str(Genetics)
if (require("lme4", quietly = TRUE, character = TRUE)) {
options(contrasts = c(unordered = "contr.SAS", ordered = "contr.poly"))
summary(fm1Gen <- lmer(Yield ~ 1 + (1|Location/Block/Family), Genetics))
summary(fm2Gen <- lmer(Yield ~ Family + (1|Location/Block), Genetics))
summary(fm1Gen <- lmer(Yield ~ Family + (1|Location/Block), Genetics))
}
}
\keyword{datasets}

0 comments on commit 62c23ae

Please sign in to comment.