PlotPseudoVals: Plot for the Pseudo-Values of Parameters

PlotPseudoValsR 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 lifertable(), representing the Life and Fertility Table.

Value

Returns an object of class c("gg", "ggplot").

Examples

## The main object will be created using the Insects database:
lft <- lifertable(ColumnFemale = Female,
                  ColumnAge = Age,
                  ColumnEggs = Eggs,
                  SexRate = Sexrate,
                  ColumnGroups = Group,
                  data = Insects,
                  CI = TRUE)

PlotPseudoVals(lft)



Lifertable documentation built on April 12, 2025, 1:43 a.m.