[Sleuth2-commits] r42 - in pkg/Sleuth3: . data inst/doc man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 30 11:16:55 CEST 2012
Author: berwin
Date: 2012-08-30 11:16:54 +0200 (Thu, 30 Aug 2012)
New Revision: 42
Modified:
pkg/Sleuth3/DESCRIPTION
pkg/Sleuth3/data/ex0624.rda
pkg/Sleuth3/data/ex2113.rda
pkg/Sleuth3/inst/doc/Sleuth3-manual.pdf
pkg/Sleuth3/man/case1401.Rd
pkg/Sleuth3/man/case1502.Rd
pkg/Sleuth3/man/case1701.Rd
pkg/Sleuth3/man/case1702.Rd
pkg/Sleuth3/man/case1801.Rd
pkg/Sleuth3/man/case1803.Rd
pkg/Sleuth3/man/ex0112.Rd
pkg/Sleuth3/man/ex0116.Rd
pkg/Sleuth3/man/ex0222.Rd
pkg/Sleuth3/man/ex0330.Rd
pkg/Sleuth3/man/ex0331.Rd
pkg/Sleuth3/man/ex0332.Rd
pkg/Sleuth3/man/ex0524.Rd
pkg/Sleuth3/man/ex0525.Rd
pkg/Sleuth3/man/ex0624.Rd
pkg/Sleuth3/man/ex0729.Rd
pkg/Sleuth3/man/ex0730.Rd
pkg/Sleuth3/man/ex0820.Rd
pkg/Sleuth3/man/ex0828.Rd
pkg/Sleuth3/man/ex0923.Rd
pkg/Sleuth3/man/ex1030.Rd
pkg/Sleuth3/man/ex1033.Rd
pkg/Sleuth3/man/ex1223.Rd
pkg/Sleuth3/man/ex1225.Rd
pkg/Sleuth3/man/ex1923.Rd
pkg/Sleuth3/man/ex2113.Rd
Log:
Sleuth3:
Replaced some .Rd files with new versions provided by Dan, some edits
for consistent scheme in references.
Updated inst/doc/Sleuth3-manual.pdf
Updated publication date in DESCRIPTION file and bumped version number.
Modified: pkg/Sleuth3/DESCRIPTION
===================================================================
--- pkg/Sleuth3/DESCRIPTION 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/DESCRIPTION 2012-08-30 09:16:54 UTC (rev 42)
@@ -1,8 +1,8 @@
Package: Sleuth3
Title: Data sets from Ramsey and Schafer's "Statistical Sleuth (3rd ed)"
-Version: 0.0-9
-Date: 2012-08-29
-Author: Original by F.L. Ramsey and D.W. Schafer,
+Version: 0.1-0
+Date: 2012-08-30
+Author: Original by F.L. Ramsey and D.W. Schafer,
modifications by Daniel W. Schafer, Jeannie Sifneos and Berwin A. Turlach
Description: Data sets from Ramsey, F.L. and Schafer, D.W. (2013), "The
Statistical Sleuth: A Course in Methods of Data Analysis (3rd
Modified: pkg/Sleuth3/data/ex0624.rda
===================================================================
(Binary files differ)
Modified: pkg/Sleuth3/data/ex2113.rda
===================================================================
(Binary files differ)
Modified: pkg/Sleuth3/inst/doc/Sleuth3-manual.pdf
===================================================================
(Binary files differ)
Modified: pkg/Sleuth3/man/case1401.Rd
===================================================================
--- pkg/Sleuth3/man/case1401.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/case1401.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -25,7 +25,7 @@
}
\references{
Fouts, R.S. (1973). Acquisition and Testing of Gestural Signs in Four
- Young Chimpanzees, \emph{Science} \bold{180}: 978-980.
+ Young Chimpanzees, \emph{Science} \bold{180}: 978--980.
}
\examples{
str(case1401)
Modified: pkg/Sleuth3/man/case1502.Rd
===================================================================
--- pkg/Sleuth3/man/case1502.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/case1502.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -24,8 +24,8 @@
}
\references{
Jones, P.D., D. E. Parker, T. J. Osborn, and K. R. Briffa, (2011) Global
- and Hemispheric Temperature Anomalies and and Marine Instrumental Records, CDIAC,
- http://cdiac.ornl.gov/trends/temp/jonescru/jones.html, August 4, 2011.
+ and Hemispheric Temperature Anomalies and and Marine Instrumental Records,
+ CDIAC, \url{http://cdiac.ornl.gov/trends/temp/jonescru/jones.html}, August 4, 2011.
}
\seealso{
\code{\link{ex1519}}
Modified: pkg/Sleuth3/man/case1701.Rd
===================================================================
--- pkg/Sleuth3/man/case1701.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/case1701.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -20,8 +20,8 @@
\code{Configur} \tab a factor identifying the configuration, with
two levels \code{"0"} and \code{"1"}\cr
\code{Material}\tab a factor identifying the type of metal from
- which the rod was made, with four levels \code{"1"}, \code{"2"},
- \code{"3"} and \code{"4"}\cr
+ which the rod was made, with four levels
+ \code{"1"}, \code{"2"}, \code{"3"} and \code{"4"}\cr
}
}
\source{
Modified: pkg/Sleuth3/man/case1702.Rd
===================================================================
--- pkg/Sleuth3/man/case1702.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/case1702.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -49,8 +49,8 @@
attach(case1702)
## EXPLORATION
-x <- cbind(HP,WP,HC,WC) # Four components of level of love you feel
-y <- cbind(PW,PH,CW,CH) # Four components of level of love you perceive your spouse feels for you
+x <- cbind(HP,WP,HC,WC) # 4 components of level of love you feel for spouse
+y <- cbind(PW,PH,CW,CH) # 4 components of level of love you perceive from spouse
if(require(CCA)){ # Use the CCA library
myCCA <- cc(x,y) # Store canonical correlation computations
Modified: pkg/Sleuth3/man/case1801.Rd
===================================================================
--- pkg/Sleuth3/man/case1801.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/case1801.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -26,7 +26,7 @@
}
\references{
Crews, D.E. (1988). Cardiovascular Mortality in American Samoa, \emph{Human
- Biology} \bold{60}: 417-33.
+ Biology} \bold{60}: 417--433.
}
\examples{
str(case1801)
Modified: pkg/Sleuth3/man/case1803.Rd
===================================================================
--- pkg/Sleuth3/man/case1803.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/case1803.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -24,7 +24,7 @@
}
\references{
Anderson, T.W., Reid, D.B.W. and Beaton, G. H. (1972). Vitamin C and the
- Common Cold, \emph{Canadian Medial Association Journal} \bold{107}: 503-08.
+ Common Cold, \emph{Canadian Medial Association Journal} \bold{107}: 503--508.
}
\examples{
str(case1803)
Modified: pkg/Sleuth3/man/ex0112.Rd
===================================================================
--- pkg/Sleuth3/man/ex0112.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0112.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -14,7 +14,7 @@
\describe{
\item{\code{BP}}{reduction in diastolic blood pressure (in mm of mercury)}
\item{\code{Diet}}{factor variable indicating the diet that the subject
- followed, with levels "FishOil" and "RegularOil}
+ followed, with levels "FishOil" and "RegularOil"}
}
}
\source{
Modified: pkg/Sleuth3/man/ex0116.Rd
===================================================================
--- pkg/Sleuth3/man/ex0116.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0116.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -21,7 +21,7 @@
\references{
Central Intelligence Agency, Country Comparison: GDP per capita
(PPP), \bold{The World Factbook},
- https://www.cia.gov/library/publications/theworld-factbook/rankorder/2004rank.html
+ \url{https://www.cia.gov/library/publications/theworld-factbook/rankorder/2004rank.html}
(retrieved June 30,2011).
}
\examples{
Modified: pkg/Sleuth3/man/ex0222.Rd
===================================================================
--- pkg/Sleuth3/man/ex0222.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0222.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -26,8 +26,8 @@
Course in Methods of Data Analysis (3rd ed)}, Cengage Learning.
}
\references{
- National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0330}}, \code{\link{ex0331}}, \code{\link{ex0524}},
Modified: pkg/Sleuth3/man/ex0330.Rd
===================================================================
--- pkg/Sleuth3/man/ex0330.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0330.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -22,7 +22,7 @@
}
\references{
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0331}}, \code{\link{ex0524}},
Modified: pkg/Sleuth3/man/ex0331.Rd
===================================================================
--- pkg/Sleuth3/man/ex0331.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0331.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -21,8 +21,8 @@
Course in Methods of Data Analysis (3rd ed)}, Cengage Learning.
}
\references{
- National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0330}}, \code{\link{ex0524}},
Modified: pkg/Sleuth3/man/ex0332.Rd
===================================================================
--- pkg/Sleuth3/man/ex0332.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0332.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -21,7 +21,7 @@
Course in Methods of Data Analysis (3rd ed)}, Cengage Learning.
}
\references{
- College Board: http://www.collegeboard.com/student/ (11 July 2011)
+ College Board: \url{http://www.collegeboard.com/student/} (11 July 2011)
}
\examples{
str(ex0332)
Modified: pkg/Sleuth3/man/ex0524.Rd
===================================================================
--- pkg/Sleuth3/man/ex0524.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0524.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -28,7 +28,7 @@
}
\references{
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0330}}, \code{\link{ex0331}},
Modified: pkg/Sleuth3/man/ex0525.Rd
===================================================================
--- pkg/Sleuth3/man/ex0525.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0525.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -29,7 +29,7 @@
}
\references{
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0330}}, \code{\link{ex0331}},
Modified: pkg/Sleuth3/man/ex0624.Rd
===================================================================
--- pkg/Sleuth3/man/ex0624.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0624.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -10,7 +10,7 @@
}
\usage{ex0624}
\format{
- A data frame with 41 observations on the following 2 variables.
+ A data frame with 41 observations on the following 5 variables.
\describe{
\item{\code{Volume}}{volumes of INAH3 (1000 \eqn{\times}{x}
mm\eqn{^3}) cell clusters from 41 humans}
Modified: pkg/Sleuth3/man/ex0729.Rd
===================================================================
--- pkg/Sleuth3/man/ex0729.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0729.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -31,7 +31,7 @@
Evaluation of Edison/Mitofsky Election System 2004 prepared by Edison Media
Research and Mitofsky International for the National Election Pool (NEP),
January 15, 2005.
- http://abcnews.go.com/images/Politics/EvaluationofEdisonMitofskyElectionSystem.pdf
+ \url{http://abcnews.go.com/images/Politics/EvaluationofEdisonMitofskyElectionSystem.pdf}
}
\seealso{
\code{\link{ex0730}}
Modified: pkg/Sleuth3/man/ex0730.Rd
===================================================================
--- pkg/Sleuth3/man/ex0730.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0730.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -9,7 +9,7 @@
data provide that the mean refusal rate decreased with incrasing age of
interviewer?
}
-\usage{ex0729}
+\usage{ex0730}
\format{
A data frame with 6 observations on the following 2 variables.
\describe{
@@ -26,7 +26,7 @@
Evaluation of Edison/Mitofsky Election System 2004 prepared by Edison Media
Research and Mitofsky International for the National Election Pool (NEP),
January 15, 2005.
- http://abcnews.go.com/images/Politics/EvaluationofEdisonMitofskyElectionSystem.pdf
+ \url{http://abcnews.go.com/images/Politics/EvaluationofEdisonMitofskyElectionSystem.pdf}
}
\seealso{
\code{\link{ex0729}}
Modified: pkg/Sleuth3/man/ex0820.Rd
===================================================================
--- pkg/Sleuth3/man/ex0820.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0820.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -53,7 +53,7 @@
Economics, Princeton University. See also Simon Jackman (2011). pscl: Classes
and Methods for R Developed in the Political Science Computational Laboratory,
Stanford University. Department of Political Science, Stanford University.
- Stanford, California. R package version 1.03.10. URL http://pscl.stanford.edu/
+ Stanford, California. R package version 1.03.10. \url{http://pscl.stanford.edu/}
}
\examples{
str(ex0820)
Modified: pkg/Sleuth3/man/ex0828.Rd
===================================================================
--- pkg/Sleuth3/man/ex0828.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0828.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -23,7 +23,7 @@
}
\references{
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0330}}, \code{\link{ex0331}},
Modified: pkg/Sleuth3/man/ex0923.Rd
===================================================================
--- pkg/Sleuth3/man/ex0923.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex0923.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -29,7 +29,7 @@
}
\references{
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0330}}, \code{\link{ex0331}},
Modified: pkg/Sleuth3/man/ex1030.Rd
===================================================================
--- pkg/Sleuth3/man/ex1030.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex1030.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -25,16 +25,16 @@
\item{\code{Region}}{a factor with levels \code{"Midwest"},
\code{"Northeast"}, \code{"South"} and \code{"West"}}
\item{\code{MetropolitanStatus}}{a factor with levels
- \code{"Metopolitan"}, \code{"Not Metropolitan "} and \code{"Not Identified"}}
+ \code{"Metopolitan"}, \code{"Not Metropolitan "} and
+ \code{"Not Identified"}}
\item{\code{Age}}{age in years}
\item{\code{EducationCategory}}{a factor with 16 levels:
\code{"SomeCollegeButNoDegree"}, \code{"AssocDegAcadem"},
\code{"NinthGrade"}, \code{"BachelorsDegree"}, \code{"TenthGrade"},
- \code{"HighSchoolDiploma"}, \code{"AssocDegOccupVocat"},
- \code{"DoctorateDegree"}, \code{"TwelthButNoDiploma"},
- \code{"LessThanFirstGrade"}, \code{"EleventhGrade"},
- \code{"ProfSchoolDegree"}, \code{"FifthorSixthGrade"},
- \code{"SeventhOrEighthGrade"}, \code{"FirstSecondThirdOrFourthGrade"}}
+ \code{"HighSchoolDiploma"},
+ \code{"AssocDegOccupVocat"}, \code{"DoctorateDegree"}, \code{"TwelthButNoDiploma"},
+ \code{"LessThanFirstGrade"}, \code{"EleventhGrade"}, \code{"ProfSchoolDegree"},
+ \code{"FifthorSixthGrade"},\code{"SeventhOrEighthGrade"}, \code{"FirstSecondThirdOrFourthGrade"}}
\item{\code{EducationCode}}{a numerical variable indicating the approximate
ordering of EducationCategory, with higher numbers indicating more
education}
Modified: pkg/Sleuth3/man/ex1033.Rd
===================================================================
--- pkg/Sleuth3/man/ex1033.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex1033.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -33,7 +33,7 @@
}
\references{
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0330}}, \code{\link{ex0331}},
Modified: pkg/Sleuth3/man/ex1223.Rd
===================================================================
--- pkg/Sleuth3/man/ex1223.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex1223.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -57,7 +57,7 @@
}
\references{
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics,
- http://www.bls.gov/nls/home.htm (May 8, 2008).
+ \url{http://www.bls.gov/nls/home.htm} (May 8, 2008).
}
\seealso{
\code{\link{ex0222}}, \code{\link{ex0330}}, \code{\link{ex0331}},
@@ -65,6 +65,6 @@
\code{\link{ex0923}}, \code{\link{ex1033}}
}
\examples{
-str(ex1033)
+str(ex1223)
}
\keyword{datasets}
Modified: pkg/Sleuth3/man/ex1225.Rd
===================================================================
--- pkg/Sleuth3/man/ex1225.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex1225.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -16,7 +16,8 @@
\item{\code{Region}}{a factor with levels \code{"Midwest"}, \code{"Northeast"},
\code{"South"}, and \code{"West"}}
\item{\code{MetropolitanStatus}}{a a factor with levels \code{"Metropolitan"},
- \code{"Not Identified"}, and \code{"Not Metropolitan"}}
+ \code{"Not Identified"}, and
+ \code{"Not Metropolitan"}}
\item{\code{Age}}{age in years}
\item{\code{Sex}}{a factor with levels \code{"Female"} and \code{"Male"}}
\item{\code{MaritalStatus}}{a factor with levels \code{"Married"} and
Modified: pkg/Sleuth3/man/ex1923.Rd
===================================================================
--- pkg/Sleuth3/man/ex1923.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex1923.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -4,7 +4,7 @@
\title{Who Looks After the Kids?}
\description{
One issue concerning the validity of the clutch volume and parental care study
- of \code{\link{ex1031}} and \code{\link{ex1713}} is the selection of the bird species in the
+ of \code{\link{ex1031}} is the selection of the bird species in the
set of currently living animals. Was the selection just as good as a random
sample of species from each of the groups? One way to study this for birds, at
least, is to compare the numbers of species from each of the 29 orders of birds
Modified: pkg/Sleuth3/man/ex2113.Rd
===================================================================
--- pkg/Sleuth3/man/ex2113.Rd 2012-08-29 06:44:25 UTC (rev 41)
+++ pkg/Sleuth3/man/ex2113.Rd 2012-08-30 09:16:54 UTC (rev 42)
@@ -13,7 +13,8 @@
\item{\code{Dose}}{the daily dose of vitamin C, in g}
\item{\code{Number}}{the number of subjects given that dose of vitamin C}
\item{\code{WithoutIllness}}{the number of subjects who did not become ill}
- \item{\code{ProportionWithout}}{the proportion of subjects who did not become ill}
+ \item{\code{ProportionWithout}}{the proportion of subjects who did not become
+ ill}
}
}
\source{
@@ -22,8 +23,8 @@
}
\references{
Anderson, T.W., Suranyi,G., and Beaton, G.H. (1974) The Effect on Winter
- Illness of Large Doses of Vitamin C \emph{Canadian Medical Association
- Journal} \bold{111} 31--36.
+ Illness of Large Doses of Vitamin C \emph{Canadian Medical Association Journal}
+ \bold{111} 31--36.
}
\examples{
str(ex2113)
More information about the Sleuth2-commits
mailing list