showResult: showResult

Description Usage Arguments Details

View source: R/showResult.R

Description

For plotting true and predicted values for train/test data

Usage

1
showResult(true, pred, train, test, errorFun)

Arguments

true

True values (x)

pred

Predicted values (y)

train

index of train data

test

index of test data

errorFun

A error function (must return av constant when sending two equally long vectors)

Details

Allow for scaled variables (will scale back to original scale)


oyvble/lme1en documentation built on April 30, 2020, 2:41 p.m.