From 43c96c48d0658804f552a727ae45949ac03dd34e Mon Sep 17 00:00:00 2001 From: mnrzrad Date: Tue, 9 Jul 2024 16:02:38 +0100 Subject: [PATCH] update Failure dataset --- R/failure.R | 2 +- data/{failur.rda => failure.rda} | Bin man/failure.Rd | 18 ++++++++++++++++++ man/remission.Rd | 12 ++---------- 4 files changed, 21 insertions(+), 11 deletions(-) rename data/{failur.rda => failure.rda} (100%) create mode 100644 man/failure.Rd diff --git a/R/failure.R b/R/failure.R index 7e27822..4dbab51 100644 --- a/R/failure.R +++ b/R/failure.R @@ -3,7 +3,7 @@ #' It is related to failure times of the cooling system used in an airplane. #' #' -#' @name remission +#' @name failure #' #' @format #' A data.frame with 30 observations of failure time data on the air conditioning system diff --git a/data/failur.rda b/data/failure.rda similarity index 100% rename from data/failur.rda rename to data/failure.rda diff --git a/man/failure.Rd b/man/failure.Rd new file mode 100644 index 0000000..4922372 --- /dev/null +++ b/man/failure.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/failure.R +\name{failure} +\alias{failure} +\title{Failur time data} +\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. +} +\description{ +It is related to failure times of the cooling system used in an airplane. +} +\examples{ +data("failure") +failure +} diff --git a/man/remission.Rd b/man/remission.Rd index 8db72a3..d4cda3f 100644 --- a/man/remission.Rd +++ b/man/remission.Rd @@ -1,16 +1,12 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/failure.R, R/remission.R +% Please edit documentation in R/remission.R \name{remission} \alias{remission} -\title{Failur time data} +\title{Remission data} \format{ -A data.frame with 30 observations of failure time data on the air conditioning system - A data.frame with 128 observations of remission time in months of cancer patients. } \source{ -Linhart, H. and Zucchini, W. (1986). \emph{Model Selection}, John Wiley & Sons, New York. - Lee, E.T. and Wang, J. (2003), Statistical Methods for Survival Data Analysis. Vol. 476, John Wiley & Sons,Hoboken, NJ, USA. @@ -19,13 +15,9 @@ Rao, G. S., Norouzirad, M., and Mazarei . D. (2023). Neutrosophic \emph{Neutrosophic Sets and Systems}, 55, 471-485. } \description{ -It is related to failure times of the cooling system used in an airplane. - It is related to remission time in months of 128 cancer patients. } \examples{ -data("failure") -failure data("remission") remission }