Learn R Programming

WARN (version 1.2-5)

summary.warnProb: Summaries of probabilities of posterior weaning parameters

Description

summary.warnProb calculates simple summaries of probabilities of posterior samples for the four weaning parameters, which is the intended weaning paramter, designated parameter range, and calculate posterior probability of the weaning parameter that ranges between the range.

Usage

# S3 method for warnProb
summary(object, ...)

Value

summary.warnProb returns a list containing following components and those succeeded from "warnProb":

call

the matched call.

range

a vector giving the range of the intended weanig parameter.

probability

posterior probability of parameter in the designated range.

weaning.par

a character indicating the weaning parameter used.

Arguments

object

an object of class "warnProb" generated by warnProb.

...

additional arguments affecting the summary produced.

References

Tsutaya, T., and Yoneda, M. (2013). Quantitative reconstruction of weaning ages in archaeological human populations using bone collagen nitrogen isotope ratios and approximate Bayesian computation. PLoS ONE 8, e72327.

See Also

WARN, warn, warnCI, warnProb, plot.warnProb

Examples

Run this code
## See ?warnProb for examples.

Run the code above in your browser using DataLab