-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
56 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
% Generated by roxygen2 (4.0.2): do not edit by hand | ||
\docType{data} | ||
\name{smiths} | ||
\alias{smiths} | ||
\title{Demo data describing the Smiths.} | ||
\format{A data frame with 2 rows and 5 variables} | ||
\usage{ | ||
smiths | ||
} | ||
\description{ | ||
A small demo dataset describing John and Mary Smith. Used in the | ||
introductory vignette. | ||
} | ||
\keyword{datasets} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
% Generated by roxygen2 (4.0.2): do not edit by hand | ||
\docType{data} | ||
\name{tips} | ||
\alias{tips} | ||
\title{Tipping data} | ||
\format{A data frame with 244 rows and 7 variables} | ||
\usage{ | ||
tips | ||
} | ||
\description{ | ||
One waiter recorded information about each tip he received over a | ||
period of a few months working in one restaurant. He collected several | ||
variables: | ||
} | ||
\details{ | ||
\itemize{ | ||
\item tip in dollars, | ||
\item bill in dollars, | ||
\item sex of the bill payer, | ||
\item whether there were smokers in the party, | ||
\item day of the week, | ||
\item time of day, | ||
\item size of the party. | ||
} | ||
|
||
In all he recorded 244 tips. The data was reported in a collection of | ||
case studies for business statistics (Bryant & Smith 1995). | ||
} | ||
\references{ | ||
Bryant, P. G. and Smith, M (1995) \emph{Practical Data | ||
Analysis: Case Studies in Business Statistics}. Homewood, IL: Richard D. | ||
Irwin Publishing: | ||
} | ||
\keyword{datasets} | ||
|