marked (version 1.2.6)

Phi.mean: Various utility parameter summary functions

Description

Several functions have been added to compute mean values and boxplots of values. Currently they have only been defined for Phi and p for cjs and they are not generic.

Usage

Phi.mean(x,age=0,time=NULL,age.bins=NULL,age.levels=NULL)

p.mean(x,age=0,time=NULL,age.bins=NULL,age.levels=NULL)

Phi.boxplot(x,age=0,time=NULL,sex=NULL)

p.boxplot(x,age=0,time=NULL,sex=NULL)

Value

matrix of labelled values for Phi.mean and p.mean or boxplot object

Arguments

x

dataframe of reals contained in model

age

at which Phi or p should be shown across time

time

at which Phi or p should be shown across ages

age.bins

bins for age in which values are summarized

age.levels

labels for age.bins

sex

for which Phi or p should be shown across ages

Author

Jeff Laake