rmsTest_error {EquiTrends}R Documentation

Additional input checks for the rmsEquivTest function

Description

Additional input checks for the rmsEquivTest function

Usage

rmsTest_error(alpha, no_lambda)

Arguments

alpha

The significance level for the test. Must be one of 0.01, 0.025, 0.05, 0.1 or 0.2.

no_lambda

see rmsEquivTest

Value

A list with two elements: a logical object error indicating if an error is encountered and a message (a character string) corresponding to the error. If error is TRUE, message contains an error message. If error is FALSE, message is an empty string.


[Package EquiTrends version 1.0.0 Index]