Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

draw_models

Plot the results of the BCT and kBCT functions


Description

This function plots the models produced by the BCT and kBCT functions.

Usage

draw_models(lst)

Arguments

lst

output of the BCT/kBCT function.

Value

plots of the BCT/kBCT output models.

See Also

Examples

# Use the pewee dataset as an example:
q <- BCT(pewee, 5) # maximum depth of 5

draw_models(q)
r <- kBCT(pewee, 5, 3) 

# maximum depth of 5, and k = 3 (top 3 a posteriori most likely models)
draw_models(r)

BCT

Bayesian Context Trees for Discrete Time Series

v1.1
GPL (>= 2)
Authors
Ioannis Papageorgiou, Valentinian Mihai Lungu, Ioannis Kontoyiannis
Initial release
2020-12-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.