I am getting error in this command while doing my analysis, please help me to understand this
1
0
Entering edit mode
3.1 years ago
rishav513 ▴ 30
condition_pairs <- t(combn(levels(HB$Condition), 2))
Error in combn(levels(HB$Condition), 2) : n < m
rna-seq R • 835 views
ADD COMMENT
2
Entering edit mode
3.1 years ago
ATpoint 81k

There is only one element in the levels (or none).

combn(c("A"), 2)
Error in combn(c("A"), 2) : n < m
ADD COMMENT

Login before adding your answer.

Traffic: 2636 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6