regression_prediction_analysis: Prediction Analysis for Regression

Description Usage Arguments Value

Description

Prediction Analysis for Regression

Usage

1
2
regression_prediction_analysis(known, predicted, digits = 2,
  base_size = 14)

Arguments

known

a vector of known values

predicted

a matrix of predicted values. Matrix should be organized in way that the first column represents the point estimate and the second and third columns represent the lower and upper bound of the predictive interval

digits

number of digits controling floats precision

base_size

ggplot parameter to control text size in plots

Value

a list with the follwing compoments:

metrics

a data.frame with the most relevant performance metrics for regression

plots

a list storing three regression analysis plots


dsnavega/grnnet documentation built on May 9, 2019, 5 a.m.