Skip to content

Commit

Permalink
Implementando dataset clover
Browse files Browse the repository at this point in the history
  • Loading branch information
SGS2000 committed Jun 21, 2024
1 parent ba921de commit 424fb2d
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
36 changes: 36 additions & 0 deletions R/clover.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#' Nitrogen content of red clover plants
#'
#' Includes the nitrogen content (mg) of 30 red clover plants inoculated with
#' one of four single-strain cultures of \emph{Rhizobium trifolii} or a
#' composite of five \emph{Rhizobium meliloti} strains, resulting in six
#' treatments in total.
#'
#' Data originally from an experiment by Erdman (1946), conducted in a
#' greenhouse using a completely random design. The current dataset was
#' presented by Steel and Torrie (1980) and later used by Bautista et al. (1997)
#' to illustrate their proposed procedure.
#'
#' @format
#' A tibble with 30 rows and 2 columns:
#' \describe{
#' \item{treatment}{a factor denoting the treatment applied to each plant.}
#' \item{nitrogen}{a number denoting the nitrogen content of each plant
#' (miligrams).}
#' }
#' @source Steel, R., & Torrie, J. (1980). \emph{Principles and procedures of
#' statistics: A biometrical approach (2nd ed.)}. San Francisco: McGraw-Hill.
#' Available at: <https://archive.org/details/principlesproce00stee>
#'
#' @references Bautista, M. G., Smith, D. W., & Steiner, R. L. (1997).
#' A Cluster-Based Approach to Means Separation. \emph{Journal of Agricultural,
#' Biological, and Environmental Statistics, 2}(2), 179-197.
#' <https://doi.org/10.2307/1400402>
#'
#' Erdman, L. W. (1946). Studies to determine if antibiosis occurs among
#' rhizobia. \emph{Journal of the American Society of Agronomy, 38},
#' 251-258. <https://doi.org/10.2134/agronj1946.00021962003800030005x>
#'
#' @examples
#' data(clover)
#' summary(clover)
"clover"
Binary file added data/clover.rda
Binary file not shown.
49 changes: 49 additions & 0 deletions man/clover.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 424fb2d

Please sign in to comment.