acceptRate.Rd
Plots the acceptance rate of trees from a BART model.
acceptRate(trees)
trees | A data frame created by extractTreeData function. Displays a division on the plot to separate prior and post burn-in iterations. |
---|
A plot of acceptance rate.
if (FALSE) { df_trees <- extractTreeData(model = my_model, data = my_data) acceptRate(trees = df_trees) }