Create a Regression Result Object
regression_result.RdThis function creates a regression result object containing the observed and predicted values, test design, test indices, and predictor.
Usage
regression_result(
observed,
predicted,
testind = NULL,
test_design = NULL,
predictor = NULL
)Value
A list with class attributes "regression_result", "classification_result", and "list" containing the observed and predicted values, test design, test indices, and predictor.
See also
Other classification_result:
binary_classification_result(),
classification_result(),
multiway_classification_result()