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