
Augment a beezdiscounting_choice model
Source:R/dd-choice-methods.R
augment.beezdiscounting_choice.RdReturns the data used for fitting (or newdata) as a tibble with three
diagnostic columns appended:
.fitted: subject-conditional fitted choice probability P(LL)..resid: raw (response) residualchoice - .fitted..std_resid: Pearson residual.resid / sqrt(p * (1 - p)).
Usage
# S3 method for class 'beezdiscounting_choice'
augment(x, newdata = NULL, ...)