hist.gpt_fit: Plot Predicted and Observed Densities

View source: R/plot_hist.R

hist.gpt_fitR Documentation

Plot Predicted and Observed Densities

Description

Plot predicted against observed continuous distributions (only for group = 1)

Usage

## S3 method for class 'gpt_fit'
hist(x, dim = 1, freq = "cat", ...)

Arguments

x

fitted GPT model as returned by gpt_fit

dim

only for multivariate continuous data: dimension for prediction

freq

how to normalize histogram and density. Either per category (freq = "cat"), per tree (freq = "tree"), or in absolute frequencies (freq = "freq").

...

further arguments passt to hist


danheck/gpt documentation built on Feb. 12, 2024, 6:21 a.m.