as.data.frame.lifertableCI | R Documentation |
Function to coerce the object displaying the Confidence Interval into a data frame.
## S3 method for class 'lifertableCI'
as.data.frame(x, row.names = NULL, ...)
x |
A lifertableCI object. |
row.names |
|
... |
additional arguments to be passed to or from methods. |
as.data.frame.lifertableCI
returns a data frame.
## Make the main object:
lft <- lifertable(ColumnFemale = Female,
ColumnAge = Age,
ColumnEggs = Eggs,
SexRate = Sexrate,
ColumnGroups = Group,
data = Insects,
CI = TRUE)
as.data.frame(lft$CI)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.