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)
model
fitted 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)
model
fitted 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)
model
fitted 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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.