Entering edit mode
10 weeks ago
Nandhini
•
0
Hello,
I have carried out four methods of Selection signals and want to do Decorrelated composite of multiple signals (DCMS). After running the command
DCMS(dfv, column.nums=1:ncol(dfv), subset=1:nrow(dfv), S=NULL, dfp, column.nums.p=1:ncol(dfp))
I am facing an error that reads,
Error in if (class(try(df.vars[subset, ], silent = TRUE)) == "try-error") stop("subset must contain valid indexes for choosing rows in dfv") :
the condition has length > 1
Would like to know how to rectify this error. I have 4 columns and 116451 rows in both dfv and dfp.
Hi Nandhini, Have you been able to address this errors? It looks like the same error happened to me, and I've already tried everything to get the program to run.
Do not add an answer unless you're actually answering the top level question. Use
Add Comment
orAdd Reply
as appropriate instead. I've moved your post to a comment this time but please be more careful in the future.Hi Azwan, I am still facing the same issue. Yet to find a solution.