as.data.frame.lifertableCI {Lifertable}R Documentation

Coerce CI to a Data Frame

Description

Function to coerce the object displaying the Confidence Interval into a data frame.

Usage

## S3 method for class 'lifertableCI'
as.data.frame(x, row.names = NULL, ...)

Arguments

x

A lifertableCI object.

row.names

NULL or a character vector giving the row names for the data frame. Missing values are not allowed.

...

additional arguments to be passed to or from methods.

Value

as.data.frame.lifertableCI returns a data frame.

Examples

## Make the main object:
lft <- lifertable(Female, Age, Eggs, Sexrate,
                  ColumnGroups = Group,
                  data = Insects, jackknife = TRUE)


as.data.frame(lft$CI)


[Package Lifertable version 0.0.1 Index]