Skip to content
Prev 388795 / 398502 Next

Problem in Notrend_test()

Hi bharat,
notrend_test (funtimes) wants a vector (univariate time series) as the
first argument. My crystal ball suggests that column_Data is too
short, but try this:

notrend_test(column_Data,test="WAVK")

Be aware that this is a guess.

Jim

On Thu, Aug 19, 2021 at 1:58 PM bharat rawlley via R-help
<r-help at r-project.org> wrote: