[Sleuth2-commits] r83 - in pkg/Sleuth3: . inst/doc man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 25 06:35:38 CET 2024
Author: berwin
Date: 2024-01-25 06:35:37 +0100 (Thu, 25 Jan 2024)
New Revision: 83
Modified:
pkg/Sleuth3/DESCRIPTION
pkg/Sleuth3/inst/doc/Sleuth3-manual.pdf
pkg/Sleuth3/man/ex0623.Rd
pkg/Sleuth3/man/ex1420.Rd
Log:
Sleuth3:
Fixed errors, pointed out by Ben Sherwood, in the documentation of two examples.
Updated inst/doc/Sleuth2-manual.pdf.
Bumped version number.
Modified: pkg/Sleuth3/DESCRIPTION
===================================================================
--- pkg/Sleuth3/DESCRIPTION 2024-01-24 06:27:37 UTC (rev 82)
+++ pkg/Sleuth3/DESCRIPTION 2024-01-25 05:35:37 UTC (rev 83)
@@ -1,7 +1,7 @@
Package: Sleuth3
Title: Data Sets from Ramsey and Schafer's "Statistical Sleuth (3rd Ed)"
-Version: 1.0-4
-Date: 2024-01-24
+Version: 1.0-5
+Date: 2024-01-25
Author: Original by F.L. Ramsey and D.W. Schafer;
modifications by Daniel W. Schafer, Jeannie Sifneos and Berwin
A. Turlach; vignettes contributed by Nicholas Horton, Linda Loi,
Modified: pkg/Sleuth3/inst/doc/Sleuth3-manual.pdf
===================================================================
(Binary files differ)
Modified: pkg/Sleuth3/man/ex0623.Rd
===================================================================
--- pkg/Sleuth3/man/ex0623.Rd 2024-01-24 06:27:37 UTC (rev 82)
+++ pkg/Sleuth3/man/ex0623.Rd 2024-01-25 05:35:37 UTC (rev 83)
@@ -17,8 +17,7 @@
\item{Subject}{subject identification number}
\item{Group}{a factor with levels \code{"Low-Carbohydrate"},
\code{"Low-Fat"}, and \code{"Meditrranean"}}
- \item{WtLoss24}{weight at the end of the 24 month study minus
- initial weight, in kg}
+ \item{WtLoss24}{the amount of weight lost in 24 months on the diet, in kg}
}
}
\source{
Modified: pkg/Sleuth3/man/ex1420.Rd
===================================================================
--- pkg/Sleuth3/man/ex1420.Rd 2024-01-24 06:27:37 UTC (rev 82)
+++ pkg/Sleuth3/man/ex1420.Rd 2024-01-25 05:35:37 UTC (rev 83)
@@ -19,8 +19,7 @@
\item{Sex}{a factor with levels \code{"F"} and \code{"M"}}
\item{Age}{subject's age in years}
\item{BMI}{body mass index in kg/squared meter}
- \item{WtLoss24}{weight at the end of the 24 month study minus
- initial weight, in kg}
+ \item{WtLoss24}{the amount of weight lost in 24 months on the diet, in kg}
}
}
\source{
More information about the Sleuth2-commits
mailing list