as.data.frame.lifertableParmEst {Lifertable} | R Documentation |
Coerce Parameters to a Data Frame
Description
Function to coerce the object displaying Parameters into a data frame.
Usage
## S3 method for class 'lifertableParmEst'
as.data.frame(x, row.names = NULL, ...)
Arguments
x |
A lifertableParmEst object |
row.names |
|
... |
additional arguments to be passed to or from methods. |
Value
as.data.frame.lifertableParmEst
returns a data frame.
Examples
## Make the main object:
lft <- lifertable(Female, Age, Eggs, Sexrate,
ColumnGroups = Group, data = Insects)
as.data.frame(lft$PARAMETERS)
[Package Lifertable version 0.0.1 Index]