PlotPseudoVals {Lifertable} | R Documentation |
Plot for the Pseudo-Values of Parameters
Description
Construction of Plots for the pseudo-values of associated Life Table parameters.
Usage
PlotPseudoVals(object)
Arguments
object |
An object inheriting from |
Value
Returns an object of class
c("gg", "ggplot").
Examples
## The main object will be created using the Insects database:
lft <- lifertable(Female, Age, Eggs, Sexrate, ColumnGroups = Group,
data = Insects, jackknife = TRUE)
PlotPseudoVals(lft)
[Package Lifertable version 0.0.1 Index]