Skip to content

Commit

Permalink
Add Failure dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
mnrzrad committed Jul 9, 2024
1 parent cd5978c commit c497147
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
18 changes: 18 additions & 0 deletions R/failure.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#' Failur time data
#'
#' It is related to failure times of the cooling system used in an airplane.
#'
#'
#' @name remission
#'
#' @format
#' A data.frame with 30 observations of failure time data on the air conditioning system
#'
#' @source
#' Linhart, H. and Zucchini, W. (1986). \emph{Model Selection}, John Wiley & Sons, New York.
#'
#'
#' @examples
#' data("failure")
#' failure
NULL
Binary file added data/failur.rda
Binary file not shown.
12 changes: 10 additions & 2 deletions man/remission.Rd

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

0 comments on commit c497147

Please sign in to comment.