rmsTest_error {EquiTrends} | R Documentation |
Additional input checks for the rmsEquivTest function
rmsTest_error(alpha, no_lambda)
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 |
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.