Entering edit mode
2.7 years ago
mohsamir2016
▴
30
![I am using this data set of 20 patients to determine a cuttpoint for one of these miRNAs (e.g. miR-21) as diagnostic marker for ATB condition. I used the following function within cutpointr package:
opt_cut <- cutpointr(ATB, miR-21, Condition)
it returns an error:
<error/rlang_error> Can't convert a call to a string Backtrace:
- cutpointr::cutpointr(ATB, miR - 21, Condition)
- cutpointr:::cutpointr.default(ATB, miR - 21, Condition)
- rlang::as_name(rlang::enquo(x))
- rlang::as_string(x)
- rlang:::abort_coercion(x, "a string")
Any help, highly appreciated.
]1
0
Entering edit mode
ADD REPLY
• link
2.7 years ago by
mohsamir2016
▴
30