map: Extract the MAP estimates from a 'ouija_fit'

Description Usage Arguments Value Examples

Description

Extract the MAP (maximum a posteriori, aka posterior mode) estimates of the pseudotimes, switch times, peak times or switch strengths from a ouija_fit.

Usage

1
2
3
4
5
6
7

Arguments

oui

An object of class ouija_fit.

Value

MAP estimates of the specified quantity.

Examples

1
2
3
4
5
data(oui)
tmap <- map_pseudotime(oui)
t0map <- switch_times(oui)
pmap <- peak_times(oui)
kmap <- switch_strengths(oui)

kieranrcampbell/ouija documentation built on Dec. 2, 2019, 12:44 p.m.