This function generates a plot of the delay-discounting data and the fitted model.
Usage
plot_dd(
fit_dd_object,
xlabel = "Delay",
ylabel = "Indifference Point",
title = "",
logx = TRUE
)Arguments
- fit_dd_object
A fitted delay-discounting model object of class
"fit_dd", created by thefit_dd()function.- xlabel
A character string specifying the label for the x-axis. Default is
"Delay".- ylabel
A character string specifying the label for the y-axis. Default is
"Indifference Point".- title
A character string specifying the plot title. Default is
"".- logx
Logical. If
TRUE, the x-axis is log-transformed. Default isTRUE.

