R6 does not offer interfaces. Hence all methods are considered as abstract.
yhat()Abstract function that estimates/predicts the
the dependent variable in model
GOF_model_info_extractor$yhat(model)modelfitted model
estimate/prediction of the dependent variable
fitted by model
y_minus_yhat()abstract function that calculates the residuals on the scale of the dependent variable.
GOF_model_info_extractor$y_minus_yhat(model)modelfitted model
residuals on the scale of the dependent variable
beta_x_covariates()abstract function that calculates the inner product of estimated parameters and the independent variables.
GOF_model_info_extractor$beta_x_covariates(model)modelfitted model
inner product of the estimated parameters and the independent variables.
clone()The objects of this class are cloneable with this method.
GOF_model_info_extractor$clone(deep = FALSE)deepWhether to make a deep clone.