median.Bolstad {Bolstad}R Documentation

Median generic

Description

Compute the posterior median of the posterior distribution

Usage

## S3 method for class 'Bolstad'
median(x, na.rm = FALSE, ...)

Arguments

x

an object.

na.rm

Ideally if TRUE then missing values will be removed, but not currently used.

...

[>=R3.4.0 only] Not currently used.

Details

If x is an object of class Bolstad then the posterior median of the parameter of interest will be calculated.

Author(s)

James Curran


[Package Bolstad version 0.2.42 Index]