Learn R Programming

EquiTrends (version 1.0.0)

rmsTest_error: Additional input checks for the rmsEquivTest function

Description

Additional input checks for the rmsEquivTest function

Usage

rmsTest_error(alpha, no_lambda)

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.

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