pqplot | R Documentation |
Plot predicted vs. observed quantiles of continuous variable against predicted and observed (cumulative) category probabilities
pqplot(
gpt_fit,
cumsum = FALSE,
quantiles = seq(0.1, 0.9, 0.2),
ncol = 4,
dim = 1,
group
)
gpt_fit |
a fitted GPT model (see |
cumsum |
whether to use cumulative sums of probabilities on the x axis (especially usefull for trees with more than 2 categories). |
quantiles |
used for continuous variable |
ncol |
maximum number of plots per row |
dim |
only for multivariate continuous data: dimension for prediction |
group |
select group by an index, e.g., |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.