R6 Class representing model information
Source:R/GOF_model_info_extractor.R
GOF_model_info_extractor.Rd
R6 does not offer interfaces. Hence all methods are considered as abstract.
Methods
Method y_minus_yhat()
abstract function that calculates the residuals on the scale of the dependent variable.
Method beta_x_covariates()
abstract function that calculates the inner product of estimated parameters and the independent variables.