summary.warnProb: Summaries of probabilities of posterior weaning parameters

Description Usage Arguments Value References See Also Examples

View source: R/warn_s3.R

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

1
2
## S3 method for class 'warnProb'
summary(object, ...)

Arguments

object

an object of class "warnProb" generated by warnProb.

...

additional arguments affecting the summary produced.

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.

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

1
## See ?warnProb for examples.

WARN documentation built on Oct. 30, 2019, 9:57 a.m.