Phi.mean: Various utility parameter summary functions

View source: R/summary.fcts.R

Phi.meanR Documentation

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)

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

Value

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

Author(s)

Jeff Laake


marked documentation built on Oct. 19, 2023, 5:06 p.m.