Last data update: 2014.03.03

R: Rat Survival Time
RatR Documentation

Rat Survival Time

Description

The survival time in weeks of 20 male rats exposed to high levels of radiation.

Usage

Rat

Format

A data frame with 20 observations on the following variable:

survival.time

number of weeks survived

Source

Lawless, J. (1982) Statistical Models and Methods for Lifetime Data. John Wiley, New York.

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

with(data = Rat, 
EDA(survival.time))

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(PASWR)
Loading required package: e1071
Loading required package: MASS
Loading required package: lattice
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/PASWR/Rat.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Rat
> ### Title: Rat Survival Time
> ### Aliases: Rat
> ### Keywords: datasets
> 
> ### ** Examples
> 
> with(data = Rat, 
+ EDA(survival.time))
[1] "survival.time"
Size (n)  Missing  Minimum   1st Qu     Mean   Median   TrMean   3rd Qu 
  20.000    0.000   40.000   84.250  113.450  119.000  114.667  148.250 
    Max.   Stdev.     Var.  SE Mean   I.Q.R.    Range Kurtosis Skewness 
 165.000   35.790 1280.892    8.003   64.000  125.000   -1.096   -0.304 
SW p-val 
   0.571 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>