rSquared: Calculate the R squared statistic for predictions and...

Description Usage Arguments Value

View source: R/emulation_utilities.R

Description

Calculate the R squared statistic for predictions and observed data

Usage

1
rSquared(model_predictions, observed_data)

Arguments

model_predictions

Predicted dataset

observed_data

Observed dataset (testing or validation)

Value

R squared statistic for the two sets


spartan documentation built on May 2, 2019, 9:39 a.m.