Learn R Programming

fitdistrplus (version 1.2-1)

fremale: Fictive survival dataset of a french Male population

Description

100 male individuals randomly taken from frefictivetable in CASdatasets package

Usage

data(fremale)

Arguments

Format

fremale is a data frame with 3 columns names AgeIn, AgeOut respectively for entry age and exit age; Death a binary dummy: 1 indicating the death of the individual; 0 a censored observation.

References

See full dataset frefictivetable of CASdatasets at http://dutangc.perso.math.cnrs.fr/RRepository/

Examples

Run this code
# (1) load of data
#
data(fremale)
summary(fremale)

Run the code above in your browser using DataLab