Si.pred: Predict Siler model

Description Usage Arguments Details References See Also Examples

View source: R/Si.pred.R

Description

Predict Siler model from Siler's parameters

Usage

1
Si.pred(data, Sout, rm = 0)

Arguments

data

frame with age clases and frequency of occurrence (see Details).

Sout

A model object created with Si.mod with the 5 Siler's parameters.

rm

The number of age classes that want to be removed from optimization (see Details).

Details

The data used must be the data frame from which the Siler's patameters were estimated, whose first column is a vector of the estimated ages of the animals found dead and the second the frequency of occurrence of those ages.

In case that any age class had been removed for the estimation of the parameters that are going to be used for predicting the model, indicate it with the parameter "rm" and these age classes will be removed starting from the first age class.

References

Siler, W. (1979). A Competing-Risk Model for Animal Mortality. Ecology 60, 750<e2><80><93>757.

Siler, W. (1983). Parameters of mortality in human populations with widely varying life spans. Stat. Med. 2, 373<e2><80><93>380.

See Also

Si.mod

Examples

1
2
3
4
modSi <- Si.mod(data = cetaceans, rm = 2,
                par = c(0.3159462,  0.1860541, -1.2802880,  1.1733226,  0.0170314))

Si.pred(data = cetaceans, Sout = modSi, rm = 2)

strandCet documentation built on May 1, 2019, 8:19 p.m.

Related to Si.pred in strandCet...